Class TransactionCommit
java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.jdbc.TransactionCommit
-
Field Summary
Fields inherited from class ortus.boxlang.runtime.bifs.BIF
__functionName, __isMemberExecution, asyncService, cacheService, componentService, declaredArguments, functionService, interceptorService, logger, moduleService, runtime, schedulerService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_invoke(IBoxContext context, ArgumentsScope arguments) Commit the current transaction and persist all stored queries.getTransactionForContext(IBoxContext context) Appends an element to a listMethods inherited from class ortus.boxlang.runtime.bifs.BIF
announce, getDeclaredArguments, invoke
-
Constructor Details
-
TransactionCommit
public TransactionCommit()Constructor
-
-
Method Details
-
_invoke
Commit the current transaction and persist all stored queries. You can continue to use the transaction after a `transactionCommit()` call, but you will not be able to roll back past (before) this point since the changes are fully persisted to the database. -
getTransactionForContext
Appends an element to a list- Parameters:
context- The context in which the BIF is being invoked.
-