Module types

Module types 

Source
Expand description

Common types used in query building.

Modules§

order_patterns
Pre-defined common ordering patterns (zero allocation).

Structs§

OrderByBuilder
Builder for constructing OrderBy with pre-allocated capacity.
OrderByField
Order by specification for a single field.

Enums§

NullsOrder
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.
SortOrder
Sort order for query results.