|
List of all members.
Detailed Description
Definition at line 16 of file UpdateQuery.class.php.
Constructor & Destructor Documentation
| UpdateQuery::__construct |
( |
$ |
table = null |
) |
|
Member Function Documentation
| UpdateQuery::from |
( |
$ |
table, |
|
|
$ |
alias = null | |
|
) |
| | |
| UpdateQuery::hasJoinedTable |
( |
$ |
table |
) |
|
| UpdateQuery::join |
( |
$ |
table, |
|
|
LogicalObject $ |
logic, |
|
|
$ |
alias = null | |
|
) |
| | |
| UpdateQuery::leftJoin |
( |
$ |
table, |
|
|
LogicalObject $ |
logic, |
|
|
$ |
alias = null | |
|
) |
| | |
| UpdateQuery::setTable |
( |
$ |
table |
) |
|
| UpdateQuery::toDialectString |
( |
Dialect $ |
dialect |
) |
|
Member Data Documentation
UpdateQuery::$joiner = null [private] |
The documentation for this class was generated from the following file:
|
|