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