module Jennifer::QueryBuilder::LogicOperator::Operators

Direct including types

Defined in:

jennifer/query_builder/logic_operator.cr

Instance Method Summary

Instance Method Detail

def &(other : Criteria) #

[View source]
def &(other : Operandable) #

[View source]
def xor(other : Criteria) #

[View source]
def xor(other : Operandable) #

[View source]
def |(other : Criteria) #

[View source]
def |(other : Operandable) #

[View source]