class CryStorage::SQL::LessThan

Defined in:

query_execution.cr

Instance Method Summary

Instance methods inherited from class CryStorage::SQL::BoolExpr

constant : Constant constant, each(&) each, join_leaf? join_leaf?, join_leafs(&)
join_leafs
join_leafs
, leaf? leaf?, leafs(&)
leafs
leafs
, left : CryStorage::SQL::ExprValue left, right : CryStorage::SQL::ExprValue right, symbol symbol, table_leaf? table_leaf?, to_s(io) to_s

Constructor methods inherited from class CryStorage::SQL::BoolExpr

new(left : BoolExpr | ExprValue, right : BoolExpr | ExprValue) new

Macros inherited from class CryStorage::SQL::BoolExpr

ensureTypes!(left_value, right_value) ensureTypes!

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

Instance Method Detail

def eval(slot) #

[View source]
def next #

[View source]
def symbol #

[View source]