Package-level declarations
Types
JS wrapper around sqlite3_file C-struct.
JS wrapper around sqlite3_index_info.sqlite3_index_constraint C-struct.
JS wrapper around sqlite3_index_info.sqlite3_index_constraint_usage C-struct.
JS wrapper around sqlite3_index_info C-struct.
JS wrapper around sqlite3_index_info.sqlite3_index_orderby C-struct.
JS wrapper around sqlite3_io_methods C-struct.
JS wrapper around sqlite3_module C-struct.
JS wrapper around sqlite3_vfs C-struct.
JS wrapper around sqlite3_vtab C-struct.
JS wrapper around sqlite3_vtab_cursor C-struct.
Constructor function to the struct S.
Information on a struct.
Struct's member detail.
JS-wrapper around a C-Struct.
Functions
Instantiate a new instance of S.
Instantiate a new instance of S.
Returns the StructMember for the property of S.
Returns the sqlite3_index_constraint at index of sqlite3_index_info.aConstraint.
Returns the sqlite3_index_constraint_usage at index of sqlite3_index_info.aConstraintUsage.
Returns the sqlite3_index_orderby at index of sqlite3_index_info.aOrderBy.