Expand description
SQL serialization and parameter handling.
Structs§
- Insert
Context - Context information when serializing VALUES in an INSERT statement.
- Placeholder
- A positional bind-parameter placeholder.
- Serializer
- Serialize a statement to a SQL string
- Typed
Value - A parameter value paired with an optional type hint.
Traits§
- Params
- Collects query parameter values during SQL serialization.
Type Aliases§
- Expr
Context - Expression context bound to a database-level schema.