function UpdateQuery::where
Implements QueryConditionInterface::where().
Overrides QueryConditionInterface::where
File
-
includes/
database/ query.inc, line 1091
Class
- UpdateQuery
- General class for an abstracted UPDATE operation.
Code
public function where($snippet, $args = array()) {
$this->condition
->where($snippet, $args);
return $this;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.