Implements Drupal\Core\Database\Query\ConditionInterface::notExists().
Overrides ConditionInterface::notExists
public function notExists(SelectInterface $select) { $this->condition ->notExists($select); return $this; }