Implements interfaces:
An UpdateQuery class provides the tools to build an UPDATE query.
Located in /harmoni/core/DBHandler/UpdateQuery.class.php (line 25)
SObject | --QueryAbstract | --UpdateQuery
This will store the condition in the WHERE clause. Each element of this array stores 2 things: the condition itself, and the logical operator to use to join with the previous condition.
Inherited from QueryAbstract
QueryAbstract::$_type
This is the constructor for a MySQL UPDATE query.
Add a column/value pair, if a value for the column exists, it will be overwritten. The value will not have any new escaping or quotes added to it.
Add a value, escaping it and surrounding it with quotes.
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.
Resets the query.
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 QueryAbstract
QueryAbstract::addWhereComparison()
QueryAbstract::addWhereEqual()
QueryAbstract::addWhereGreaterThan()
QueryAbstract::addWhereGreaterThanOrEqual()
QueryAbstract::addWhereIn()
QueryAbstract::addWhereLessThan()
QueryAbstract::addWhereLessThanOrEqual()
QueryAbstract::addWhereNotEqual()
QueryAbstract::addWhereNotIn()
QueryAbstract::addWhereNotNull()
QueryAbstract::addWhereNull()
QueryAbstract::addWhereRawComparison()
QueryAbstract::addWhereRawEqual()
QueryAbstract::addWhereRawGreaterThan()
QueryAbstract::addWhereRawGreaterThanOrEqual()
QueryAbstract::addWhereRawIn()
QueryAbstract::addWhereRawLessThan()
QueryAbstract::addWhereRawLessThanOrEqual()
QueryAbstract::addWhereRawNotEqual()
QueryAbstract::addWhereRawNotIn()
QueryAbstract::asString()
QueryAbstract::cleanColumn()
QueryAbstract::getType()
QueryAbstract::reset()
Inherited From SObject
SObject::asA()
SObject::asString()
SObject::copy()
SObject::copySameFrom()
SObject::copyTwoLevel()
SObject::deepCopy()
SObject::isEqual()
SObject::isEqualTo()
SObject::isNotEqualTo()
SObject::isNotReferenceTo()
SObject::isReferenceTo()
SObject::newFrom()
SObject::postCopy()
SObject::printableString()
SObject::shallowCopy()
SObject::_deepCopyArray()
Documentation generated on Wed, 19 Sep 2007 10:27:36 -0400 by phpDocumentor 1.3.0RC3