class Query::Query
- Query::Query
- Reference
- Object
Included Modules
Direct Known Subclasses
Defined in:
query.crConstructors
Class Method Summary
Instance Method Summary
- #&(other)
- #==(other : Query)
-
#==(other)
Returns
false
(other can only be aValue
here). - #^(other)
- #|(other)
- #and(other)
- #inspect(io)
- #is_false
- #is_not_false
- #is_not_null
- #is_not_true
- #is_not_unknown
- #is_null
- #is_true
- #is_unknown
- #left : Query::Any | Query::Query
- #not
- #or(other)
- #query_name : String
- #right : Query::Any | Query::Query
- #xor(other)
Constructor Detail
Class Method Detail
Instance Method Detail
def ==(other)
#
Description copied from class Reference
Returns false
(other can only be a Value
here).