Wasm-sqlite-open-helper
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Wasm-sqlite-open-helper
sqlite-common
/
at.released.wasm.sqlite.open.helper.embedder.sqlitecb.function
/
Sqlite3LoggingFunctionHandler
Sqlite3Logging
Function
Handler
class
Sqlite3LoggingFunctionHandler
(
host
:
EmbedderHost
,
logCallbackStore
:
(
)
->
SqliteLogCallback
?
)
:
SqliteHostFunctionHandle
(
source
)
Members
Constructors
Sqlite3Logging
Function
Handler
Link copied to clipboard
constructor
(
host
:
EmbedderHost
,
logCallbackStore
:
(
)
->
SqliteLogCallback
?
)
Functions
execute
Link copied to clipboard
fun
execute
(
memory
:
ReadOnlyMemory
,
errCode
:
Int
,
messagePointer
:
WasmPtr
<
Byte
>
)