class Bones::Joins::Join
- Bones::Joins::Join
- Reference
- Object
Direct Known Subclasses
Defined in:
bones/joins/join.crConstructors
Instance Method Summary
- #from_table : TableDef
- #from_table=(from_table : TableDef)
- #join_type_string : String
- #on : Column
- #on=(on : Column)
- #to_sql_string : String
- #to_table : TableDef
- #to_table=(to_table : TableDef)
Constructor Detail
def self.new(from_table : Bones::TableDef = TableDef.new, to_table : Bones::TableDef = TableDef.new, on : Bones::Column = Column.new)
#