Transaction

inner class Transaction(val enclosingTransaction: MySQLNativeDriver.Transaction?)

MySQL-specific subclass of SQLDelight's Transaction

Constructors

Link copied to clipboard
constructor(enclosingTransaction: MySQLNativeDriver.Transaction?)

Properties

Functions

Link copied to clipboard
open fun endTransaction(successful: Boolean): <Error class: unknown class>

Ends the current transaction with a commit if successful is true or a rollback if not.