Package-level declarations

Types

Link copied to clipboard

JS wrapper around sqlite3_file C-struct.

Link copied to clipboard

JS wrapper around sqlite3_index_info.sqlite3_index_constraint C-struct.

Link copied to clipboard

JS wrapper around sqlite3_index_info.sqlite3_index_constraint_usage C-struct.

Link copied to clipboard

JS wrapper around sqlite3_index_info C-struct.

Link copied to clipboard

JS wrapper around sqlite3_index_info.sqlite3_index_orderby C-struct.

Link copied to clipboard

JS wrapper around sqlite3_io_methods C-struct.

Link copied to clipboard

JS wrapper around sqlite3_module C-struct.

Link copied to clipboard

JS wrapper around sqlite3_vfs C-struct.

Link copied to clipboard

JS wrapper around sqlite3_vtab C-struct.

Link copied to clipboard

JS wrapper around sqlite3_vtab_cursor C-struct.

Link copied to clipboard
interface StructCtor<S : StructType> : JsAny

Constructor function to the struct S.

Link copied to clipboard
interface StructInfo<S : StructType> : JsAny

Information on a struct.

Link copied to clipboard
interface StructMember : JsAny

Struct's member detail.

Link copied to clipboard
interface StructType : JsAny

JS-wrapper around a C-Struct.

Functions

Link copied to clipboard
external fun <S : StructType> instantiate(ctor: StructCtor<S>): S

Instantiate a new instance of S.

external fun <S : StructType> instantiate(ctor: StructCtor<S>, pointer: WasmPointer): S

Instantiate a new instance of S wrapping C-struct pointer.

Link copied to clipboard
operator fun <S : StructType> StructCtor<S>.invoke(): S

Instantiate a new instance of S.

operator fun <S : StructType> StructCtor<S>.invoke(pointer: WasmPointer): S

Instantiate a new instance of S wrapping C-struct pointer.

Link copied to clipboard

Returns the StructMember for the property of S.