class Query::BiOperator(Q, T)
- Query::BiOperator(Q, T)
- Query::Query
- Reference
- Object
Direct Known Subclasses
- Query::And(Q, T)
- Query::Equals(Q, T)
- Query::In(Q, T)
- Query::LessThan(Q, T)
- Query::LessThanOrEqual(Q, T)
- Query::MoreThan(Q, T)
- Query::MoreThanOrEqual(Q, T)
- Query::NotEquals(Q, T)
- Query::Or(Q, T)
- Query::Xor(Q, T)
Defined in:
query.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. -
#==(other)
Returns
false
(other can only be aValue
here). - #inspect(io)
- #left
- #right
Instance methods inherited from class Query::Query
&(other)
&,
^(other)
^,
|(other)
|,
and(other)
and,
inspect(io)
inspect,
is_false
is_false,
is_not_false
is_not_false,
is_not_null
is_not_null,
is_not_true
is_not_true,
is_not_unknown
is_not_unknown,
is_null
is_null,
is_true
is_true,
is_unknown
is_unknown,
not
not,
or(other)
or,
xor(other)
xor
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.
def ==(other)
#
Description copied from class Reference
Returns false
(other can only be a Value
here).