Module def
Structs§
- Column
Info - An SQLite column definition
- Foreign
Keys Info - Indexes the foreign keys
- Index
Info - Maps the index and all columns in the index which is the result of queries
PRAGMA index_list(table_name)andSELECT * FROM sqlite_master where name = 'index_name' - Schema
- Table
Def - Defines a table for SQLite
Enums§
- Default
Type - The default types for an SQLite
dflt_value - Foreign
KeyAction - Indexes the actions performed on the foreign keys of a table
- Match
Action - Maps to the SQLite
MATCHactions