struct

Luna::QueryBuilder::JoinClause

Inherits Struct < Value < Object


JOIN support

Constructors

new(type : Symbol, table : String, on : String, alias_name : Nil | String = nil, params : Array(Bool | Float32 | Float64 | Int32 | Int64 | Slice(UInt8) | String | Time | Nil) = [] of DB::Any)
Source

Instance methods

alias_name
Source
params
Source
table
Source
to_sql
Source
type
Source