SQLDelight
Toggle table of contents
2.2.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
SQLDelight
runtime
/
app.cash.sqldelight
/
SuspendingTransactionWithReturn
/
transaction
transaction
abstract
suspend
fun
<
R
>
transaction
(
body
:
suspend
SuspendingTransactionWithReturn
<
R
>
.
(
)
->
R
)
:
R
Begin an inner transaction.