struct Orb::Query::CombineClause
- Orb::Query::CombineClause
- Struct
- Value
- Object
Defined in:
query/combine_clause.crConstructors
Instance Method Summary
Constructor Detail
def self.new(clauses : Array(Orb::Query::Delete | Orb::Query::Distinct | Orb::Query::From | Orb::Query::GroupBy | Orb::Query::Insert | Orb::Query::Join | Orb::Query::Limit | Orb::Query::MultiInsert | Orb::Query::Offset | Orb::Query::OrderBy | Orb::Query::Select | Orb::Query::SelectDistinct | Orb::Query::Update | Orb::Query::Where))
#