コード例 #1
0
ファイル: select.php プロジェクト: D4rk4/Kusaba-z
 public function notExists(SelectQueryInterface $select)
 {
     $this->query->notExists($select);
     return $this;
 }