class

QueryBuilder::From::PartialJoin(T)

Inherits Reference < Object

Constructors

new(left : From, right : From, join_type : String)
Source

Instance methods

on(left_column : String, right_column : String) : JoinFrom
Source
on(criteria : Criteria) : JoinFrom
Source