class Bones::Joins::Join

Direct Known Subclasses

Defined in:

bones/joins/join.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(from_table : Bones::TableDef = TableDef.new, to_table : Bones::TableDef = TableDef.new, on : Bones::Column = Column.new) #

[View source]

Instance Method Detail

def from_table : TableDef #

[View source]
def from_table=(from_table : TableDef) #

[View source]
def join_type_string : String #

[View source]
def on : Column #

[View source]
def on=(on : Column) #

[View source]
def to_sql_string : String #

[View source]
def to_table : TableDef #

[View source]
def to_table=(to_table : TableDef) #

[View source]