__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.
mixedcolumn name or array($column, $alias) or object
stringtype 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 |
|---|
mixedcolumn name or array($column, $alias) or object
stringlogic operator
mixedcolumn name or array($column, $alias) or object
compile(mixed $db) : string
mixedDatabase_Connection instance or instance name
stringon(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 |
|---|
mixedcolumn name or array($column, $alias) or object
stringlogic operator
mixedcolumn 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 |
|---|
mixedcolumn name or array($column, $alias) or object
stringlogic operator
mixedcolumn 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