Sql::$having |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
An array of sections of the HAVING query. Each section is in itself
an array of pieces and a flag as to whether or not it should be AND
or OR. |
Select::having |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
|
Sql::add_having |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
Add a simple HAVING clause to the query. |
Select::$having |
property |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
The conditional object for the HAVING clause. |
Select::havingIsNull |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
|
Select::havingExists |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
|
Select::havingCompile |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
|
SelectExtender::having |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
|
Select::havingCondition |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Helper function to build most common HAVING conditional clauses. |
Select::havingArguments |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
|
Select::havingIsNotNull |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
|
Select::havingNotExists |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
|
Select::havingConditions |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
|
Sql::add_having_expression |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
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… |
SelectExtender::havingCompile |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
|
SelectExtender::havingCondition |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Helper function to build most common HAVING conditional clauses. |
SelectExtender::havingArguments |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
|
SelectInterface::havingCondition |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectInterface.php |
Helper function to build most common HAVING conditional clauses. |
SelectExtender::havingConditions |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
|
SelectComplexTest::testGroupByAndHaving |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php |
Tests GROUP BY and HAVING clauses together. |
SelectComplexTest::testHavingCountQuery |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php |
Tests having queries. |
SelectPagerDefaultTest::testHavingPagerQuery |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectPagerDefaultTest.php |
Confirms that a paging query results with a having expression are valid. |