class Query::UOperator
- Query::UOperator
- Query::Query
- Reference
- Object
Direct Known Subclasses
- Query::IsFalse
- Query::IsNotFalse
- Query::IsNotNull
- Query::IsNotTrue
- Query::IsNotUnknown
- Query::IsNull
- Query::IsTrue
- Query::IsUnknown
- Query::Not
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)
- #query : Query::Query
Instance methods inherited from class Query::Query
&(other) : Query
&,
^(other) : Query
^,
|(other) : Query
|,
and(other) : Query
and,
inspect(io)
inspect,
is_false : Query
is_false,
is_not_false : Query
is_not_false,
is_not_null : Query
is_not_null,
is_not_true : Query
is_not_true,
is_not_unknown : Query
is_not_unknown,
is_null : Query
is_null,
is_true : Query
is_true,
is_unknown : Query
is_unknown,
not : Query
not,
or(other) : Query
or,
xor(other) : Query
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).