SuspendingTransactionWithoutReturn

Functions

Link copied to clipboard
abstract fun afterCommit(function: () -> Unit)
Link copied to clipboard
abstract fun afterRollback(function: () -> Unit)
Link copied to clipboard
abstract fun rollback(): Nothing

Rolls back this transaction.

Link copied to clipboard
abstract suspend fun transactionWithResult(body: suspend SuspendingTransactionWithoutReturn.() -> Unit)

Begin an inner transaction.