struct Orb::Query::Join

Defined in:

query/join.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(table : String | Symbol, columns : Tuple(String | Symbol, String | Symbol), direction : Orb::Query::Joins) #

[View source]

Instance Method Detail

def columns : Tuple(String | Symbol, String | Symbol) #

[View source]
def columns=(columns : Tuple(String | Symbol, String | Symbol)) #

[View source]
def direction : Joins #

[View source]
def direction=(direction : Joins) #

[View source]
def table : String | Symbol #

[View source]
def table=(table : String | Symbol) #

[View source]
def to_sql(position) #

[View source]
def values #

[View source]