struct CryStorage::Query::Query
- CryStorage::Query::Query
- Struct
- Value
- Object
Included Modules
Defined in:
query_execution.crConstructors
Instance Method Summary
-
#each(&)
Must yield this collection's elements to the block.
- #join(joinExprs : Slice(JoinExpr), &)
- #join(expr : JoinExpr, &)
- #scan(table, &)
Instance methods inherited from module Enumerable(CryStorage::PageManagement::ISlot)
tabulate(io)
tabulate
Instance methods inherited from class Object
tabulate(io)tabulate tabulate, tap(&) tap
Constructor Detail
def self.new(table : CryStorage::Table, fields : Slice(CryStorage::Column), joinExprs : Slice(CryStorage::Query::JoinExpr) | Nil = nil, filters : CryStorage::SQL::BoolExpr | Nil = nil)
#
Instance Method Detail
def each(&)
#
Description copied from module Enumerable(CryStorage::PageManagement::ISlot)
Must yield this collection's elements to the block.