//runtime/com.squareup.sqldelight/TransactionCallbacks
TransactionCallbacks
[common] interface TransactionCallbacks
Functions
| Name | Summary |
|---|---|
| afterCommit | [common] Content abstract fun afterCommit(function: () -> Unit) |
| afterRollback | [common] Content abstract fun afterRollback(function: () -> Unit) |
Inheritors
| Name |
|---|
| TransactionWithReturn |
| TransactionWithoutReturn |
| Transacter |