runtime
2.0.0-alpha05
common
runtime
/
app.cash.sqldelight
/
TransactionCallbacks
Transaction
Callbacks
interface
TransactionCallbacks
Functions
Inheritors
Functions
after
Commit
Link copied to clipboard
abstract
fun
afterCommit
(
function
:
(
)
->
Unit
)
after
Rollback
Link copied to clipboard
abstract
fun
afterRollback
(
function
:
(
)
->
Unit
)
Inheritors
TransactionWithReturn
Link copied to clipboard
SuspendingTransactionWithReturn
Link copied to clipboard
TransactionWithoutReturn
Link copied to clipboard
SuspendingTransactionWithoutReturn
Link copied to clipboard
Transaction
Link copied to clipboard