module Jennifer::QueryBuilder::LogicOperator::Operators
Direct including types
- Jennifer::QueryBuilder::Condition
 - Jennifer::QueryBuilder::Grouping
 - Jennifer::QueryBuilder::LogicOperator
 
Defined in:
jennifer/query_builder/logic_operator.crInstance Method Summary
- #&(other : Criteria)
 - #&(other : Operandable)
 - #xor(other : Criteria)
 - #xor(other : Operandable)
 - #|(other : Criteria)
 - #|(other : Operandable)