- this
this(Clause.Where where, Clause.Order , Clause.Limit )
Undocumented in source.
- this
this(Clause.Where where, Clause.Limit limit, Clause.Order )
Undocumented in source.
- this
this(Clause.Order order, Clause.Where , Clause.Limit )
Undocumented in source.
- this
this(Clause.Order order, Clause.Limit limit, Clause.Where )
Undocumented in source.
- this
this(Clause.Limit limit, Clause.Where where, Clause.Order )
Undocumented in source.
- this
this(Clause.Limit limit, Clause.Order order, Clause.Where )
Undocumented in source.
Clauses for select. It is possible to instantiate the struct with the parameters in any order.