An UpdateQuery interface provides the tools to build an SQL UPDATE query.
Located in /harmoni/core/DBHandler/UpdateQuery.interface.php (line 26)
Query | --UpdateQueryInterface
Adds a new condition in the WHERE clause.
The query will execute only on rows that fulfil the condition. If this method is never called, then the WHERE clause will not be included.
Sets the columns to update in the table.
Sets the table to update.
Specifies the values that the will be assigned to the columns specified with setColumns().
*Deprecated* Specifies the condition in the WHERE clause.
The query will execute only on rows that fulfil the condition. If this method is never called, then the WHERE clause will not be included.
Inherited From Query
Query::getType()
Query::reset()
Documentation generated on Wed, 19 Sep 2007 10:27:37 -0400 by phpDocumentor 1.3.0RC3