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