1.20.x select.inc public &SelectQuery::getGroupBy()

Implements SelectQueryInterface::getGroupBy().

Overrides SelectQueryInterface::getGroupBy

File

includes/database/select.inc, line 1335

Class

SelectQuery
Query builder for SELECT statements.

Code

public function &getGroupBy() {
  return $this->group;
}