Package-level declarations

Types

Link copied to clipboard
interface SqliteIndexInfo

Describes an sqlite3_index_info struct.

Link copied to clipboard

Defines the particular edition of the module table structure. Currently, iVersion is always 4 or less, but in future releases of SQLite the module structure definition might be extended with additional methods and in that case the maximum iVersion value will be increased.

Link copied to clipboard
interface SqliteVtab

Describes an sqlite3_vtab struct.

Link copied to clipboard

These macros define the allowed values for the sqlite3_index_info.aConstraint[].op field. Each value represents an operator that is part of a constraint term in the WHERE clause of a query that uses a virtual table.

Link copied to clipboard

Describes an sqlite3_vtab_cursor struct.

Link copied to clipboard
sealed class SqliteVtabScanFlag

Virtual table implementations are allowed to set the sqlite3_index_info.idxFlags field to some combination of these bits.