PreupdateHook

fun interface PreupdateHook(source)

Callback to use with DatabaseConnection.setPreupdateHook.

Functions

Link copied to clipboard
abstract fun PreupdateHookScope.apply(connection: DatabaseConnection, action: SqliteActionCode.RowChange, databaseName: String, tableName: String, oldRowid: Long, newRowid: Long)

Details on parameters and result can be found here.