Beispiel #1
0
 public function union(SelectInterface $query, $type = '')
 {
     $this->query->union($query, $type);
     return $this;
 }