예제 #1
0
파일: select.php 프로젝트: D4rk4/Kusaba-z
 public function union(SelectQueryInterface $query, $type = '')
 {
     $this->query->union($query, $type);
     return $this;
 }