protected abstract fun endTransaction(successful: Boolean): Unit
Signal to the underlying SQL driver that this transaction should be finished.
successful - Whether the transaction completed successfully or not.
successful