class Jennifer::QueryBuilder::Xor

Defined in:

jennifer/query_builder/logic_operator.cr

Instance Method Summary

Instance methods inherited from class Jennifer::QueryBuilder::LogicOperator

&(other : Criteria | LogicOperator) &, ==(other : LogicOperator) ==, |(other : Criteria | LogicOperator) |, add(other : LogicOperator | Criteria) add, operator operator, sql_args : Array(DB::Any) sql_args, to_s to_s, to_sql to_sql

Constructor methods inherited from class Jennifer::QueryBuilder::LogicOperator

new new

Instance Method Detail

def operator #

[View source]