Std.Db.Query.text
1 declaration
fn
text: Str -> Std.Db.Query.StatementThis is a callable function.
What it does
A statement from text the program wrote, carrying no values.
For the parts a builder does not cover. Values still travel separately —
there is no door here that takes them any other way.
Read the signature
- The text after the name is the type checked by Pudu.
- Read arrows from left to right: inputs come first, and the final type is returned.
