Sqlite3Capi

interface Sqlite3Capi : JsAny(source)

SQLite C-API exposed functions and objects.

Properties

Link copied to clipboard

Returns the constructor to sqlite3_file.

Link copied to clipboard

Returns the constructor to sqlite3_index_info.

Link copied to clipboard

Returns the constructor to sqlite3_io_methods.

Link copied to clipboard

Returns the constructor to sqlite3_module.

Link copied to clipboard

Returns the constructor to sqlite3_vfs.

Link copied to clipboard

Returns the constructor to sqlite3_vtab.

Link copied to clipboard

Returns the constructor to sqlite3_vtab_cursor.

Link copied to clipboard
abstract val SQLITE_TRANSIENT: Int