__construct()
and_on()
compile()
join()
on()
on_close()
on_open()
or_on()
reset()
set()
table()
value()
$_join
$_last_join
$_set
$_table
__construct(mixed $table) : void
mixedtable name or array($table, $alias) or object
and_on(mixed $c1, string $op, mixed $c2) : \Fuel\Core\Database_Query_Builder_Update
.." conditions for the last created JOIN statement.
| 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 instance or instance name
stringjoin(mixed $table, string $type) : \Fuel\Core\Database_Query_Builder_Update
..".
| fluent | This method is part of a fluent interface and will return the same instance |
|---|
mixedcolumn name or array($column, $alias) or object
stringjoin type (LEFT, RIGHT, INNER, etc)
on(mixed $c1, string $op, mixed $c2) : \Fuel\Core\Database_Query_Builder_Update
.." conditions for the last created JOIN statement.
| 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_Update
| fluent | This method is part of a fluent interface and will return the same instance |
|---|
on_open() : \Fuel\Core\Database_Query_Builder_Update
| 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_Update
.." conditions for the last created JOIN statement.
| 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_Update
| fluent | This method is part of a fluent interface and will return the same instance |
|---|
set(array $pairs) : \Fuel\Core\Database_Query_Builder_Update
| fluent | This method is part of a fluent interface and will return the same instance |
|---|
arrayassociative (column => value) list
table(mixed $table) : \Fuel\Core\Database_Query_Builder_Update
| fluent | This method is part of a fluent interface and will return the same instance |
|---|
mixedtable name or array($table, $alias)
value(mixed $column, mixed $value) : \Fuel\Core\Database_Query_Builder_Update
| fluent | This method is part of a fluent interface and will return the same instance |
|---|
mixedtable name or array($table, $alias) or object
mixedcolumn value
$_join : array
$_set : array
$_table : string