enum

Marten::DB::Query::SQL::PredicateConnector

Inherits Enum / Comparable / Value / Object

Constants

AND = 0
OR = 1
XOR = 2

Instance methods

and?

Returns true if this enum value equals AND

Source
or?

Returns true if this enum value equals OR

Source
xor?

Returns true if this enum value equals XOR

Source