__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
mixed
table 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 |
---|
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 instance or instance name
string
join(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 |
---|
mixed
column name or array($column, $alias) or object
string
join 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 |
---|
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_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 |
---|
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_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 |
---|
array
associative (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 |
---|
mixed
table 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 |
---|
mixed
table name or array($table, $alias) or object
mixed
column value
$_join : array
$_set : array
$_table : string