newTransaction

open fun newTransaction(): <Error class: unknown class><<Error class: unknown class>>

Starts a new transaction (WARNING: Nested transactions not supported)

Starts a new transaction (simply by executing the START TRANSACTION statement). Nested transactions are not supported by MySQL itself. Future versions may offer a workaround by using SAVEPOINT statements.