1 select.inc | public &SelectQuery::getUnion() |
Implements SelectQueryInterface::getUnion().
Overrides SelectQueryInterface::getUnion
File
- core/
includes/ database/ select.inc, line 1347
Class
- SelectQuery
- Query builder for SELECT statements.
Code
public function &getUnion() {
return $this->union;
}