Results for “Std.Db.Query.Shape.Select”
9 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Db.Query.Shape.Select
A whole query, written as one value.
- Std.Db.Query.Shape.select
&Std.Db.Query.Shape.Select -> Result[Std.Db.Query.Statement, Std.Db.Query.QueryError]A whole query as a statement, or the first thing wrong with it.
- Std.Db.Query.Shape.everything
Std.Db.Query.Shape.SelectedEverything, which names nothing and so needs no checking.
- Std.Db.Query.Shape.everythingFrom
Str -> Std.Db.Query.Shape.SelectEverything from a table, which is the smallest query there is.
- Std.Db.Query.Shape.howMany
Std.Db.Query.Shape.SelectedHow many rows there are.
- Std.Db.Query.Shape.over
Str -> Str -> Std.Db.Query.Shape.SelectedAn aggregate over a column.
- Std.Db.Query.Shape.pick
Str -> Std.Db.Query.Shape.SelectedA column a statement answers with.
- Std.Db.Query.Shape.selectedText
&Std.Db.Query.Shape.Selected -> StrHow one of them is written.
- Std.Db.Query.Shape.under
&Std.Db.Query.Shape.Selected -> Str -> Std.Db.Query.Shape.SelectedThe same thing, answering under a name of its own.
