예제 #1
0
 /**
  * Implements QueryConditionInterface::notExists().
  */
 public function notExists(SelectQueryInterface $select)
 {
     $this->condition->notExists($select);
     return $this;
 }
예제 #2
0
파일: select.php 프로젝트: D4rk4/Kusaba-z
 public function havingNotExists(SelectQueryInterface $select)
 {
     $this->having->notExists($select);
     return $this;
 }