Overrides SelectInterface::union
public function union(SelectInterface $query, $type = '') { $this->query ->union($query, $type); return $this; }