Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
query
v0.1.1
Query
And
BiOperator
Criteria
CriteriaHelper
EmptyQuery
EqualityHelper
Equals
In
IsFalse
IsNotFalse
IsNotNull
IsNotTrue
IsNotUnknown
IsNull
IsTrue
IsUnknown
LessThan
LessThanOrEqual
MacroHelper
MoreThan
MoreThanOrEqual
Not
NotEquals
Or
Query
UOperator
Xor
Built with Crystal 1.9.2
2023-10-08 10:00:10 UTC
class
Query::EmptyQuery
Query::EmptyQuery
Query::Query
Reference
Object
Defined in:
query.cr
Instance Method Summary
#&
(other) : Query
#|
(other) : Query
#and
(other) : Query
#inspect
(io)
#not
: Query
#or
(other) : Query
Macro Summary
empty_bi_operator
(name)
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
]