//runtime/com.squareup.sqldelight/TransacterImpl/transactionWithResult
transactionWithResult
[common]
Content
open override fun <R> transactionWithResult(noEnclosing: Boolean, bodyWithReturn: TransactionWithReturn<R>.() -> R): R
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. |