struct CryStorage::Query::JoinExpr

Defined in:

query_execution.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

tabulate(io)
tabulate
tabulate
, tap(&) tap

Constructor Detail

def self.new(left : CryStorage::Table | Nil, right : CryStorage::Table, condition : CryStorage::SQL::BoolExpr) #

[View source]

Instance Method Detail

def condition : SQL::BoolExpr #

[View source]
def first_condition #

[View source]
def left : Table | Nil #

[View source]
def left=(left : Table | Nil) #

[View source]
def left_column #

[View source]
def right : Table #

[View source]
def right_column #

[View source]

[View source]