Module serializer

Module serializer 

Source
Expand description

SQL serialization and parameter handling.

Structs§

InsertContext
Context information when serializing VALUES in an INSERT statement.
Placeholder
A positional bind-parameter placeholder.
Serializer
Serialize a statement to a SQL string
TypedValue
A parameter value paired with an optional type hint.

Traits§

Params
Collects query parameter values during SQL serialization.

Type Aliases§

ExprContext
Expression context bound to a database-level schema.