SQLDelight
Toggle table of contents
2.2.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
SQLDelight
runtime
/
app.cash.sqldelight
/
TransactionCallbacks
Transaction
Callbacks
interface
TransactionCallbacks
Inheritors
TransactionWithReturn
SuspendingTransactionWithReturn
TransactionWithoutReturn
SuspendingTransactionWithoutReturn
Transaction
Members
Functions
after
Commit
Link copied to clipboard
abstract
fun
afterCommit
(
function
:
(
)
->
Unit
)
after
Rollback
Link copied to clipboard
abstract
fun
afterRollback
(
function
:
(
)
->
Unit
)