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