class Query::IsNotNull

Defined in:

query.cr

Instance methods inherited from class Query::UOperator

==(other : self)
==(other)
==
, inspect(io) inspect, query : Query::Query query

Constructor methods inherited from class Query::UOperator

new(query : Query) new

Instance methods inherited from class Query::Query

&(other) : Query &, ^(other) : Query ^, |(other) : Query |, and(other) : Query and, inspect(io) inspect, not : Query not, or(other) : Query or, xor(other) : Query xor