struct Interro::QueryExpression
- Interro::QueryExpression
- Struct
- Value
- Object
Defined in:
query_expression.crConstructors
- .new(lhs, comparator, rhs, values : Array(Any))
- .new(expression : String, values : Array(Interro::Any))
Instance Method Summary
- #&(other : self) : self
- #|(other : self) : self
- #expression : String
- #to_sql(io)
- #to_sql
- #values : Array(Any)