List of all items
Structs
- ParamBind
- attrs::ColumnMarker
- attrs::NameMarker
- attrs::TableMarker
- attrs::TypeMarker
- attrs::ViewMarker
- builder::BuilderInit
- builder::CTEInit
- builder::OrderByClause
- builder::QueryBuilder
- builder::SQL
- builder::cte::CTEView
- builder::delete::DeleteInitial
- builder::delete::DeleteReturningSet
- builder::delete::DeleteWhereSet
- builder::insert::InsertInitial
- builder::insert::InsertOnConflictSet
- builder::insert::InsertReturningSet
- builder::insert::InsertValuesSet
- builder::prepared::OwnedPreparedStatement
- builder::prepared::PreparedStatement
- builder::select::SelectFromSet
- builder::select::SelectGroupSet
- builder::select::SelectInitial
- builder::select::SelectJoinSet
- builder::select::SelectLimitSet
- builder::select::SelectOffsetSet
- builder::select::SelectOrderSet
- builder::select::SelectSetOpSet
- builder::select::SelectWhereSet
- builder::update::UpdateInitial
- builder::update::UpdateReturningSet
- builder::update::UpdateSetClauseSet
- builder::update::UpdateWhereSet
- common::Join
- helpers::Join
- values::ValueWrapper
Enums
- builder::OrderBy
- builder::insert::Conflict
- common::JoinType
- common::Number
- common::SQLiteSchemaType
- connection::ConnectionRef
- connection::SQLiteTransactionType
- pragma::AutoVacuum
- pragma::Encoding
- pragma::JournalMode
- pragma::LockingMode
- pragma::Pragma
- pragma::SecureDelete
- pragma::Synchronous
- pragma::TempStore
- values::SQLiteInsertValue
- values::SQLiteValue
- values::owned::OwnedSQLiteValue
Traits
- builder::ExecutableState
- builder::SQLSchema
- builder::SQLTable
- builder::ToSQL
- builder::cte::CTEDefinition
- traits::DrizzleRow
- traits::FromSQLiteValue
- traits::SQLiteColumn
- traits::SQLiteColumnInfo
- traits::SQLiteTable
- traits::SQLiteTableInfo
Macros
Functions
- conditions::json_array_contains
- conditions::json_contains
- conditions::json_eq
- conditions::json_exists
- conditions::json_extract
- conditions::json_extract_text
- conditions::json_gt
- conditions::json_ne
- conditions::json_not_exists
- conditions::json_object_contains_key
- conditions::json_text_contains
- expression::json
- expression::jsonb
- helpers::cross_join
- helpers::full_join
- helpers::full_outer_join
- helpers::inner_join
- helpers::join
- helpers::left_join
- helpers::left_outer_join
- helpers::natural_full_join
- helpers::natural_full_outer_join
- helpers::natural_inner_join
- helpers::natural_join
- helpers::natural_left_join
- helpers::natural_left_outer_join
- helpers::natural_right_join
- helpers::natural_right_outer_join
- helpers::right_join
- helpers::right_outer_join
Type Aliases
- attrs::ReferentialAction
- builder::delete::DeleteBuilder
- builder::insert::InsertBuilder
- builder::select::SelectBuilder
- builder::update::UpdateBuilder
- traits::SQLiteSQL
Constants
- attrs::ANY
- attrs::AUTOINCREMENT
- attrs::BLOB
- attrs::BOOLEAN
- attrs::CASCADE
- attrs::DEFAULT
- attrs::DEFAULT_FN
- attrs::DEFINITION
- attrs::ENUM
- attrs::EXISTING
- attrs::INTEGER
- attrs::JSON
- attrs::JSONB
- attrs::NAME
- attrs::NO_ACTION
- attrs::NUMERIC
- attrs::ON_DELETE
- attrs::ON_UPDATE
- attrs::PRIMARY
- attrs::PRIMARY_KEY
- attrs::REAL
- attrs::REFERENCES
- attrs::RESTRICT
- attrs::SET_DEFAULT
- attrs::SET_NULL
- attrs::STRICT
- attrs::TEXT
- attrs::UNIQUE
- attrs::WITHOUT_ROWID