Module sqlite_loadable::table

source ·
Expand description

Defining virtual tables and table functions on sqlite3 database connections.

Structs

  • Wraps the raw sqlite3_index_constraint and sqlite3_index_constraint_usage C structs for ergonomic use in Rust.
  • Wraps the raw sqlite3_index_info C struct, which represents the possible constraints and outputs the xBestIndex method should use and return. https://www.sqlite.org/c3ref/index_info.html
  • Represents all the arguments given to the virtual table implementation during xCreate, from the underlying argv/argc strings. Parsed to be more easily readable.

Enums

Traits

Functions

Type Aliases