Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crystal-storage
master
Top Level Namespace
Array
BitArray
Bool
CryStorage
Address
Column
Key
DataType
All
Any
Index
Indexers
Indexer
MemoryHash
RangeIndexer
PageManagement
IManager
IPage
ISlot
Link
MemoryManager
Page
PageHeader
Slot
SlotStatus
Query
JoinExpr
Type
Query
RefClass
RowTable
SQL
And
Attribute
BoolExpr
Constant
Equal
ExprValue
ExprValueType
LessThan
Numeric
Or
RangeExpr
Table
TableMeta
TableRef
TableSchema
Enum
Enumerable
Hash
IO
Memory
Object
Serializable
Field
String
Tuple
Generated using Crystal 1.14.0
2024-11-26 10:01:51 UTC
module
CryStorage::
SQL::
ExprValue
Direct including types
CryStorage::SQL::Attribute
CryStorage::SQL::BoolExpr
CryStorage::SQL::Constant
Defined in:
query_execution.cr
Instance Method Summary
#attribute?
#bool_expr?
#constant?
#eval
(slot)
#unsafe_as_attribute
#unsafe_as_constant
Instance Method Detail
def
attribute?
#
[
View source
]
def
bool_expr?
#
[
View source
]
def
constant?
#
[
View source
]
abstract def
eval
(slot)
#
[
View source
]
def
unsafe_as_attribute
#
[
View source
]
def
unsafe_as_constant
#
[
View source
]