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