abstract class CryStorage::SQL::BoolExpr
- CryStorage::SQL::BoolExpr
- Reference
- Object
Included Modules
Direct Known Subclasses
Defined in:
query_execution.crConstructors
Macro Summary
Instance Method Summary
- #constant : Constant
-
#each(&)
Must yield this collection's elements to the block.
- #join_leaf?
- #join_leafs(&)
- #join_leafs
- #leaf?
- #leafs(&)
- #leafs
- #left : CryStorage::SQL::ExprValue
- #right : CryStorage::SQL::ExprValue
- #symbol
- #table_leaf?
- #to_s(io)
Instance methods inherited from module Enumerable(CryStorage::SQL::BoolExpr)
tabulate(io)
tabulate
Instance methods inherited from module CryStorage::SQL::ExprValue
attribute?
attribute?,
bool_expr?
bool_expr?,
constant?
constant?,
eval(slot)
eval,
unsafe_as_attribute
unsafe_as_attribute,
unsafe_as_constant
unsafe_as_constant
Instance methods inherited from class Object
tabulate(io)tabulate tabulate, tap(&) tap
Constructor Detail
Macro Detail
Instance Method Detail
def each(&)
#
Description copied from module Enumerable(CryStorage::SQL::BoolExpr)
Must yield this collection's elements to the block.