SQLTransactionListener

Functions

Link copied to clipboard
abstract fun onBegin()

Called immediately after the transaction begins.

Link copied to clipboard
abstract fun onCommit()

Called immediately before committing the transaction. If the transaction commit fails the listener will be notified of the subsequent rollback event.

Link copied to clipboard
abstract fun onRollback()

Called immediately before rolling back the transaction.