//runtime/com.squareup.sqldelight/TransactionWithoutReturn
TransactionWithoutReturn
[common] interface TransactionWithoutReturn : TransactionCallbacks
Functions
| Name | Summary |
|---|---|
| afterCommit | [common] Content abstract fun afterCommit(function: () -> Unit) |
| afterRollback | [common] Content abstract fun afterRollback(function: () -> Unit) |
| rollback | [common] Content abstract fun rollback(): Nothing More info Rolls back this transaction. |
| transaction | [common] Content abstract fun transaction(body: TransactionWithoutReturn.() -> Unit) More info Begin an inner transaction. |