TraceCallback

fun interface TraceCallback(source)

Callback for use with ksqlite.foreign.sqlite3_trace_v2.

Functions

Link copied to clipboard
abstract fun apply(code: Int, pPointer: Long, xPointer: Any?): Int

Invoked from JNI.