class Query::EmptyQuery

Included Modules

Defined in:

query.cr

Instance Method Summary

Macro Summary

Instance methods inherited from module Query::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, not not, or(other) or, xor(other) xor

Instance Method Detail

def &(other) : Query #

[View source]
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]
def xor(other) : Query #

[View source]

Macro Detail

macro empty_bi_operator(name) #

[View source]