Public Member Functions | |
__construct ($table=null) | |
__clone () | |
from ($table, $alias=null) | |
| |
hasJoinedTable ($table) | |
join ($table, LogicalObject $logic, $alias=null) | |
| |
leftJoin ($table, LogicalObject $logic, $alias=null) | |
| |
setTable ($table) | |
| |
toDialectString (Dialect $dialect) | |
Private Attributes | |
$joiner = null |
Definition at line 16 of file UpdateQuery.class.php.
UpdateQuery::__construct | ( | $ | table = null |
) |
UpdateQuery::__clone | ( | ) |
Definition at line 28 of file UpdateQuery.class.php.
UpdateQuery::from | ( | $ | table, | |
$ | alias = null | |||
) |
Implements JoinCapableQuery.
Definition at line 36 of file UpdateQuery.class.php.
References InsertOrUpdateQuery::$table.
UpdateQuery::hasJoinedTable | ( | $ | table | ) |
Implements JoinCapableQuery.
Definition at line 43 of file UpdateQuery.class.php.
References InsertOrUpdateQuery::$table.
UpdateQuery::join | ( | $ | table, | |
LogicalObject $ | logic, | |||
$ | alias = null | |||
) |
Implements JoinCapableQuery.
Definition at line 51 of file UpdateQuery.class.php.
References InsertOrUpdateQuery::$table.
UpdateQuery::leftJoin | ( | $ | table, | |
LogicalObject $ | logic, | |||
$ | alias = null | |||
) |
Implements JoinCapableQuery.
Definition at line 60 of file UpdateQuery.class.php.
References InsertOrUpdateQuery::$table.
UpdateQuery::setTable | ( | $ | table | ) |
Reimplemented from InsertOrUpdateQuery.
Definition at line 69 of file UpdateQuery.class.php.
References InsertOrUpdateQuery::$table.
UpdateQuery::toDialectString | ( | Dialect $ | dialect | ) |
Reimplemented from QuerySkeleton.
Definition at line 76 of file UpdateQuery.class.php.
References Dialect::quoteField().
UpdateQuery::$joiner = null [private] |
Definition at line 20 of file UpdateQuery.class.php.