Implements QueryConditionInterface::notExists().
Overrides QueryConditionInterface::notExists
public function notExists(SelectQueryInterface $select) { $this->condition ->notExists($select); return $this; }