SelectQuery::having |
function |
core/includes/database/select.inc |
Implements QueryConditionInterface::having(). |
SelectQuery::$having |
property |
core/includes/database/select.inc |
The conditional object for the HAVING clause. |
SelectQuery::havingIsNull |
function |
core/includes/database/select.inc |
Implements QueryExtendableInterface::havingIsNull(). |
SelectQuery::havingExists |
function |
core/includes/database/select.inc |
Implements QueryExtendableInterface::havingExists(). |
SelectQuery::havingCompile |
function |
core/includes/database/select.inc |
Implements QueryConditionInterface::havingCompile(). |
SelectQueryExtender::having |
function |
core/includes/database/select.inc |
|
SelectQuery::havingCondition |
function |
core/includes/database/select.inc |
Implements QueryConditionInterface::havingCondition(). |
SelectQuery::havingArguments |
function |
core/includes/database/select.inc |
Implements QueryConditionInterface::havingArguments(). |
SelectQuery::havingIsNotNull |
function |
core/includes/database/select.inc |
Implements QueryExtendableInterface::havingIsNotNull(). |
SelectQuery::havingNotExists |
function |
core/includes/database/select.inc |
Implements QueryExtendableInterface::havingNotExists(). |
SelectQuery::havingConditions |
function |
core/includes/database/select.inc |
Implements QueryConditionInterface::havingConditions(). |
SelectQueryExtender::havingCompile |
function |
core/includes/database/select.inc |
|
SelectQueryExtender::havingCondition |
function |
core/includes/database/select.inc |
Helper function to build most common HAVING conditional clauses. |
SelectQueryExtender::havingArguments |
function |
core/includes/database/select.inc |
|
SelectQueryInterface::havingCondition |
function |
core/includes/database/select.inc |
Helper function to build most common HAVING conditional clauses. |
SelectQueryExtender::havingConditions |
function |
core/includes/database/select.inc |
|
views_plugin_query_default::add_having |
function |
core/modules/views/plugins/views_plugin_query_default.inc |
Add a simple HAVING clause to the query. |
views_plugin_query_default::add_having_expression |
function |
core/modules/views/plugins/views_plugin_query_default.inc |
Add a complex HAVING clause to the query.
The caller is responsible for ensuring that all fields are fully qualified
(TABLE.FIELD) and that the table and an appropriate GROUP BY already exist in the query.
Internally the dbtng method… |
DatabaseSelectComplexTestCase::testGroupByAndHaving |
function |
core/modules/simpletest/tests/database_test.test |
Test GROUP BY and HAVING clauses together. |
DatabaseSelectComplexTestCase::testHavingCountQuery |
function |
core/modules/simpletest/tests/database_test.test |
|
DatabaseSelectPagerDefaultTestCase::testHavingPagerQuery |
function |
core/modules/simpletest/tests/database_test.test |
Confirm that a paging query with a having expression returns valid results. |