WriteAheadLogHook

fun interface WriteAheadLogHook(source)

Callback to use with WriteAheadLog.setHook.

Functions

Link copied to clipboard
abstract fun apply(connection: DatabaseConnection, databaseName: String, pageCount: Int)

Details on parameters can be found here.