__construct()
and_on()
compile()
on()
on_close()
on_open()
or_on()
reset()
$_alias
$_on
$_table
$_type
__construct(mixed $table, string $type)
Optionally, the type of JOIN can be specified as the second parameter.
mixed
column name or array($column, $alias) or object
string
type of JOIN: INNER, RIGHT, LEFT, etc
and_on(mixed $c1, string $op, mixed $c2) : \Fuel\Core\Database_Query_Builder_Join
fluent | This method is part of a fluent interface and will return the same instance |
---|
mixed
column name or array($column, $alias) or object
string
logic operator
mixed
column name or array($column, $alias) or object
compile(mixed $db) : string
mixed
Database_Connection instance or instance name
string
on(mixed $c1, string $op, mixed $c2) : \Fuel\Core\Database_Query_Builder_Join
fluent | This method is part of a fluent interface and will return the same instance |
---|
mixed
column name or array($column, $alias) or object
string
logic operator
mixed
column name or array($column, $alias) or object
on_close() : \Fuel\Core\Database_Query_Builder_Join
fluent | This method is part of a fluent interface and will return the same instance |
---|
on_open() : \Fuel\Core\Database_Query_Builder_Join
fluent | This method is part of a fluent interface and will return the same instance |
---|
or_on(mixed $c1, string $op, mixed $c2) : \Fuel\Core\Database_Query_Builder_Join
fluent | This method is part of a fluent interface and will return the same instance |
---|
mixed
column name or array($column, $alias) or object
string
logic operator
mixed
column name or array($column, $alias) or object
reset() : \Fuel\Core\Database_Query_Builder_Join
fluent | This method is part of a fluent interface and will return the same instance |
---|
$_alias : string
$_on : array
$_table : string
$_type : string