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) | |
rightJoin ($table, LogicalObject $logic, $alias=null) | |
setTable ($table) | |
toDialectString (Dialect $dialect) | |
Private Attributes | |
$joiner = null |
Definition at line 15 of file UpdateQuery.class.php.
UpdateQuery::__construct | ( | $ | table = null |
) |
Definition at line 21 of file UpdateQuery.class.php.
References InsertOrUpdateQuery::$table.
UpdateQuery::__clone | ( | ) |
Definition at line 27 of file UpdateQuery.class.php.
UpdateQuery::from | ( | $ | table, | |
$ | alias = null | |||
) |
Implements JoinCapableQuery.
Definition at line 35 of file UpdateQuery.class.php.
References InsertOrUpdateQuery::$table.
UpdateQuery::hasJoinedTable | ( | $ | table | ) |
Implements JoinCapableQuery.
Definition at line 42 of file UpdateQuery.class.php.
References InsertOrUpdateQuery::$table.
UpdateQuery::join | ( | $ | table, | |
LogicalObject $ | logic, | |||
$ | alias = null | |||
) |
Implements JoinCapableQuery.
Definition at line 50 of file UpdateQuery.class.php.
References InsertOrUpdateQuery::$table.
UpdateQuery::leftJoin | ( | $ | table, | |
LogicalObject $ | logic, | |||
$ | alias = null | |||
) |
Implements JoinCapableQuery.
Definition at line 59 of file UpdateQuery.class.php.
References InsertOrUpdateQuery::$table.
UpdateQuery::rightJoin | ( | $ | table, | |
LogicalObject $ | logic, | |||
$ | alias = null | |||
) |
Implements JoinCapableQuery.
Definition at line 68 of file UpdateQuery.class.php.
References InsertOrUpdateQuery::$table.
UpdateQuery::setTable | ( | $ | table | ) |
Definition at line 77 of file UpdateQuery.class.php.
References InsertOrUpdateQuery::$table.
UpdateQuery::toDialectString | ( | Dialect $ | dialect | ) |
Definition at line 84 of file UpdateQuery.class.php.
References Dialect::quoteField().
UpdateQuery::$joiner = null [private] |
Definition at line 19 of file UpdateQuery.class.php.