Esempio n. 1
0
 /**
  * Implements QueryConditionInterface::exists().
  */
 public function exists(SelectQueryInterface $select)
 {
     $this->condition->exists($select);
     return $this;
 }
Esempio n. 2
0
 public function havingExists(SelectQueryInterface $select)
 {
     $this->having->exists($select);
     return $this;
 }