class Query::EmptyQuery
- Query::EmptyQuery
- Query::Query
- Reference
- Object
Defined in:
query.crConstructors
Class Method Summary
Instance Method Summary
- #&(other) : Query
- #|(other) : Query
- #and(other) : Query
- #inspect(io)
- #not : Query
- #or(other) : Query
Macro Summary
Instance methods inherited from class Query::Query
&(other)
&,
==(other : 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, left : Query::Any | Query::Query left, not not, or(other) or, query_name : String query_name, right : Query::Any | Query::Query right, xor(other) xor