class Query::EmptyQuery

Defined in:

query.cr

Instance Method Summary

Macro Summary

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

Instance Method Detail

def &(other) : Query #

[View source]
def |(other) : Query #

[View source]
def and(other) : Query #

[View source]
def inspect(io) #

[View source]
def not : Query #

[View source]
def or(other) : Query #

[View source]

Macro Detail

macro empty_bi_operator(name) #

[View source]