Structs§
- Explain
Options - Options for the EXPLAIN modifier.
- Order
Clause - Param
Store - Store for collecting parameters during query building.
- SqlParts
- Collects all the components of a SQL query being built.
Enums§
- Array
Range Operator - Count
Option - Count mode for responses.
- Explain
Format - Output format for EXPLAIN.
- Filter
Condition - A single filter condition in a WHERE clause.
- Filter
Operator - IsValue
- Nulls
Position - Order
Direction - Pattern
Operator - SqlOperation
- The type of SQL operation.
- SqlParam
- Type-erased SQL parameter for dynamic query building.
- Text
Search Type
Traits§
- Into
SqlParam - Trait for converting Rust types into
SqlParam.
Functions§
- validate_
column_ name - Validate that a column name is safe (no SQL injection).
- validate_
identifier - Validate a table or schema name.