class Jennifer::QueryBuilder::Join

Defined in:

jennifer/query_builder/join.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(table : String, on : Criteria | LogicOperator, type : Symbol) #

[View source]

Instance Method Detail


[View source]

[View source]
def sql_args #

[View source]
def table : String #

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

[View source]
def to_sql : String #

[View source]
def type : Symbol #

[View source]
def type=(type : Symbol) #

[View source]