CommitHook

fun interface CommitHook(source)

Callback to use with DatabaseConnection.setCommitHook.

Functions

Link copied to clipboard
abstract fun apply(): Boolean

Returns true to convert the commit into a rollback or false to let the operation continue normally.