Package-level declarations
Types
Callback for use with ksqlite.foreign.sqlite3_set_authorizer.
Callback for use with ksqlite.foreign.ksqlite_auto_extension.
Callback for use with ksqlite.foreign.sqlite3_autovacuum_pages.
Callback for use with ksqlite.foreign.sqlite3_busy_handler.
Callback for use with ksqlite.foreign.sqlite3_create_collation_v2.
Callback for use with ksqlite.foreign.sqlite3_collation_needed.
Callback for use with ksqlite.foreign.sqlite3_commit_hook.
Callback for use with the CONFIG_LOG option of ksqlite.foreign.sqlite3_config.
Callback for use with the CONFIG_SQLLOG option of ksqlite.foreign.sqlite3_config.
Application data destructor.
Callback for use with ksqlite.foreign.sqlite3_exec.
Base for function related callback.
Callback for use with ksqlite.foreign.sqlite3_preupdate_hook.
Callback for use with ksqlite.foreign.sqlite3_progress_handler.
Callback for use with ksqlite.foreign.sqlite3_rollback_hook.
Callback for use with ksqlite.foreign.sqlite3_trace_v2.
Callback for use with ksqlite.foreign.sqlite3_update_hook.
Regroups all the callback of the Virtual Table module interface. All the functions are invoked from JNI.
Callback for use with ksqlite.foreign.sqlite3_wal_hook.