//runtime/com.squareup.sqldelight/Transacter/transaction
transaction
[common]
Content
abstract fun transaction(noEnclosing: Boolean = false, body: TransactionWithoutReturn.() -> Unit)
More info
Starts a Transaction and runs body in that transaction.
Throws
| kotlin.IllegalStateException | if noEnclosing is true and there is already an active Transaction on this thread. |