Transaction Events
Transactional Events
function onTransactionSetSavepoint( struct data ){
if( data.keyExists( "connection" ) && data.connection != null ){
// we can be sure this transaction is "doing work".
}
}onTransactionBegin
Data Key
Type
Description
Example
onTransactionEnd
Data Key
Type
Description
Example
onTransactionAcquire
Data Key
Type
Description
Example
onTransactionRelease
Data Key
Type
Description
Example
onTransactionCommit
Data Key
Type
Description
Example
onTransactionRollback
Data Key
Type
Description
Example
onTransactionSetSavepoint
Data Key
Type
Description
Example
Last updated
Was this helpful?
