Results for “Std.Db.Query.Shape.Join”
7 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Db.Query.Shape.Join
A table put beside the one a statement reads from.
- Std.Db.Query.Shape.crossJoin
Str -> Std.Db.Query.Shape.JoinEvery row of one table beside every row of another.
- Std.Db.Query.Shape.fullJoin
Str -> Str -> Str -> Std.Db.Query.Shape.JoinThe same, keeping the rows of both that match nothing.
- Std.Db.Query.Shape.inner
Str -> Str -> Str -> Std.Db.Query.Shape.JoinA table joined where two columns agree.
- Std.Db.Query.Shape.joinOn
Std.Db.Query.Shape.Joining -> &Std.Db.Schema.Column[K] -> &Std.Db.Schema.Column[K] -> Std.Db.Query.Shape.JoinA join on two columns whose types must agree, so joining a column of text
- Std.Db.Query.Shape.leftJoin
Str -> Str -> Str -> Std.Db.Query.Shape.JoinThe same, keeping rows of the first table that match nothing.
- Std.Db.Query.Shape.rightJoin
Str -> Str -> Str -> Std.Db.Query.Shape.JoinThe same, the other way about.
