class Query::EmptyQuery

Defined in:

query.cr

Constructors

Class Method Summary

Instance Method Summary

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

Constructor methods inherited from class Query::Query

new(query_name : String, left : Query | Any, right : Query | Any) new

Class methods inherited from class Query::Query

new_u_query(query_name, left : L) forall L new_u_query

Constructor Detail

def self.new #

[View source]

Class Method Detail

def self.[] #

[View source]

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]