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