Expand description
Common types used in query building.
Modules§
- order_
patterns - Pre-defined common ordering patterns (zero allocation).
Structs§
- Order
ByBuilder - Builder for constructing OrderBy with pre-allocated capacity.
- Order
ByField - Order by specification for a single field.
Enums§
- Nulls
Order - Null handling in sorting.
- OrderBy
- Order by specification that can be a single field or multiple fields.
- Select
- Field selection for queries.
- SetParam
- Set parameter for updates - either set a value or leave unchanged.
- Sort
Order - Sort order for query results.