module Query::Query
Included Modules
Direct including types
Defined in:
query.crInstance Method Summary
- #&(other)
- #^(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
- #not
- #or(other)
- #xor(other)