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