Focus::SelectStatement
Inherits Focus::Statement / Focus::Queryable / Reference / Object
Constructors
new(select_clause : Focus::SelectClause)
SourceInstance methods
distinct
Sourcefrom(table : Focus::ReadableTable) : self
Sourcefrom_clause
Sourcegroup_by(*columns : Focus::Column) : self
Sourcegroup_by_clause
Sourcehaving(expression : Focus::BoolExpression) : self
Sourcehaving_clause
Sourcelimit(limit : Int32) : self
Sourcelimit_clause
Sourceoffset(offset : Int32) : self
Sourceoffset_clause
Sourceorder_by(*clauses : Focus::OrderByClause) : self
Sourceorder_by_clauses
Sourceordered_clauses
Sourceselect_clause
Sourcestatement_type
Sourcewhere(expression : Focus::BoolExpression) : self
Sourcewhere_clause
Source