Ejemplo n.º 1
0
 public function notExists(SelectQueryInterface $select)
 {
     $this->query->notExists($select);
     return $this;
 }