sqldelight-runtime / com.squareup.sqldelight / Transacter / Transaction / endTransaction

endTransaction

protected abstract fun endTransaction(successful: Boolean): Unit

Signal to the underlying SQL driver that this transaction should be finished.

Parameters

successful - Whether the transaction completed successfully or not.