instance.rollback( )
トランザクションをロールバックします。executeQuery("ROLLBACK TRANSACTION;")と同義です。
executeQuery("ROLLBACK TRANSACTION;")
成功した場合はtrueを返します。