Class TransactionSetSavepoint
java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.jdbc.TransactionSetSavepoint
-
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) Sets a savepoint in the current transaction.getTransactionForContext(IBoxContext context) Appends an element to a listMethods inherited from class ortus.boxlang.runtime.bifs.BIF
announce, getDeclaredArguments, invoke
-
Constructor Details
-
TransactionSetSavepoint
public TransactionSetSavepoint()Constructor
-
-
Method Details
-
_invoke
Sets a savepoint in the current transaction. This savepoint can then be a rollback point when executing a rollback via `transactionRollback( "mySavepointName" )`. -
getTransactionForContext
Appends an element to a list- Parameters:
context- The context in which the BIF is being invoked.
-