struct Orb::Query::OrderBy
- Orb::Query::OrderBy
- Struct
- Value
- Object
Defined in:
query/order_by.crConstant Summary
-
VALID_DIRECTIONS =
["DESC", "ASC"]
Constructors
Instance Method Summary
- #columns : Array(Tuple(String, String))
- #columns=(columns : Array(Tuple(String, String)))
- #to_sql(_position)
- #values : Array(Bool | Float32 | Float64 | Int32 | JSON::Any | String | Time | UUID | Nil)
Constructor Detail
Instance Method Detail
def values : Array(Bool | Float32 | Float64 | Int32 | JSON::Any | String | Time | UUID | Nil)
#