Пример #1
0
 /**
  * Implements QueryConditionInterface::exists().
  */
 public function exists(SelectQueryInterface $select)
 {
     $this->condition->exists($select);
     return $this;
 }
Пример #2
0
 public function havingExists(SelectQueryInterface $select)
 {
     $this->having->exists($select);
     return $this;
 }