示例#1
0
 /**
  * {@inheritdoc}
  */
 public function havingNotExists(SelectInterface $select)
 {
     $this->query->havingNotExists($select);
     return $this;
 }