class

Avram::Join::SqlClause

Inherits Reference < Object

Constructors

new(from : TableName, to : TableName, primary_key : Symbol | Nil = nil, foreign_key : Symbol | Nil = nil, comparison : String | Nil = "=", using : Array(Symbol) = [] of Symbol, alias_to : TableName | Nil = nil)
Source

Instance methods

clone
Source
default_foreign_key
Source
from
Source
from_column
Source
join_type
Source
to_column
Source
to_sql
Source