Sqlite3TraceFunctionHandle

class Sqlite3TraceFunctionHandle(host: EmbedderHost, traceCallbackStore: (WasmPtr<SqliteDb>) -> SqliteTraceCallback?) : SqliteHostFunctionHandle(source)

Constructors

Link copied to clipboard
constructor(host: EmbedderHost, traceCallbackStore: (WasmPtr<SqliteDb>) -> SqliteTraceCallback?)

Functions

Link copied to clipboard
fun execute(memory: ReadOnlyMemory, flags: SqliteTraceEventCode, contextPointer: WasmPtr<SqliteDb>, arg1: WasmPtr<Nothing>, arg2: Long): Int