toggle menu
SQLDelight
2.1.0-SNAPSHOT
common
switch theme
search in API
runtime
/
app.cash.sqldelight
/
TransactionWithoutReturn
Transaction
Without
Return
interface
TransactionWithoutReturn
:
TransactionCallbacks
Members
Functions
after
Commit
Link copied to clipboard
abstract
fun
afterCommit
(
function
:
(
)
->
Unit
)
after
Rollback
Link copied to clipboard
abstract
fun
afterRollback
(
function
:
(
)
->
Unit
)
rollback
Link copied to clipboard
abstract
fun
rollback
(
)
:
Nothing
Rolls back this transaction.
transaction
Link copied to clipboard
abstract
fun
transaction
(
body
:
TransactionWithoutReturn
.
(
)
->
Unit
)
Begin an inner transaction.