|
SelectQuery::groupBy |
function |
drupal/includes/database/select.inc |
Groups the result set by the specified field. |
|
SelectQuery::getGroupBy |
function |
drupal/includes/database/select.inc |
Returns a reference to the group-by array for this query. |
|
SelectQueryExtender::groupBy |
function |
drupal/includes/database/select.inc |
Groups the result set by the specified field. |
|
SelectQueryInterface::groupBy |
function |
drupal/includes/database/select.inc |
Groups the result set by the specified field. |
|
SelectQueryExtender::getGroupBy |
function |
drupal/includes/database/select.inc |
Returns a reference to the group-by array for this query. |
|
SelectQueryInterface::getGroupBy |
function |
drupal/includes/database/select.inc |
Returns a reference to the group-by array for this query. |
|
DatabaseSelectComplexTestCase::testGroupBy |
function |
drupal/modules/simpletest/tests/database_test.test |
Test GROUP BY clauses. |
|
DatabaseSelectComplexTestCase::testGroupByAndHaving |
function |
drupal/modules/simpletest/tests/database_test.test |
Test GROUP BY and HAVING clauses together. |
|
DatabaseSelectComplexTestCase::testCountQueryGroupBy |
function |
drupal/modules/simpletest/tests/database_test.test |
Test that we can generate a count query from a query with GROUP BY. |