abstract class Jennifer::QueryBuilder::LogicOperator
- Jennifer::QueryBuilder::LogicOperator
- Reference
- Object
Direct Known Subclasses
Defined in:
jennifer/query_builder/logic_operator.crConstructors
Instance Method Summary
- #&(other : Criteria | LogicOperator)
- #==(other : LogicOperator)
- #|(other : Criteria | LogicOperator)
- #add(other : LogicOperator | Criteria)
- #operator
- #sql_args : Array(DB::Any)
-
#to_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
- #to_sql
Constructor Detail
Instance Method Detail
def to_s
#
Description copied from class Object
Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO)
which can be overridden for custom implementations.
Also see #inspect
.