struct Orb::Query::Join
- Orb::Query::Join
- Struct
- Value
- Object
Defined in:
query/join.crConstructors
Instance Method Summary
- #columns : Tuple(String | Symbol, String | Symbol)
- #columns=(columns : Tuple(String | Symbol, String | Symbol))
- #direction : Joins
- #direction=(direction : Joins)
- #table : String | Symbol
- #table=(table : String | Symbol)
- #to_sql(position)
- #values
Constructor Detail
def self.new(table : String | Symbol, columns : Tuple(String | Symbol, String | Symbol), direction : Orb::Query::Joins)
#