Skip to main content

Module traits

Module traits 

Source
Expand description

SQLite-specific traits for tables, columns, and values

Traitsยง

DrizzleRowByIndex
Row capability for index-based extraction.
DrizzleRowByName
Optional row capability for name-based extraction.
FromSQLiteValue
Trait for types that can be converted from SQLite values.
SQLiteColumn
SQLiteColumnInfo
SQLiteTable
SQLiteTableInfo