Results for “Std.Db.Query.Shape.Ordering”
4 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Db.Query.Shape.Ordering
One column a result is ordered by, and where the rows holding nothing go.
- Std.Db.Query.Shape.ascending
Str -> Std.Db.Query.Shape.OrderingRows ordered by a column, with the ones holding nothing last.
- Std.Db.Query.Shape.descending
Str -> Std.Db.Query.Shape.OrderingThe same, largest first.
- Std.Db.Query.Shape.ordered
Str -> Bool -> Bool -> Std.Db.Query.Shape.OrderingThe same, saying where the rows holding nothing go.
