Overrides ConditionInterface::notExists
public function notExists(SelectInterface $select) { $this->query ->notExists($select); return $this; }