Search for having

  1. Search 7.x for having
  2. Search 9.5.x for having
  3. Search 10.3.x for having
  4. Search 11.x for having
  5. Other projects
Title Object type File name Summary
Select::$having property core/lib/Drupal/Core/Database/Query/Select.php The conditional object for the HAVING clause.
Select::having function core/lib/Drupal/Core/Database/Query/Select.php Adds an arbitrary HAVING clause to the query.
Select::havingArguments function core/lib/Drupal/Core/Database/Query/Select.php Gets a list of all values to insert into the HAVING clause.
Select::havingCompile function core/lib/Drupal/Core/Database/Query/Select.php Compiles the HAVING clause for later retrieval.
Select::havingCondition function core/lib/Drupal/Core/Database/Query/Select.php Helper function to build most common HAVING conditional clauses.
Select::havingConditions function core/lib/Drupal/Core/Database/Query/Select.php Gets a list of all conditions in the HAVING clause.
Select::havingExists function core/lib/Drupal/Core/Database/Query/Select.php Sets a HAVING condition that the specified subquery returns values.
Select::havingIsNotNull function core/lib/Drupal/Core/Database/Query/Select.php Sets a condition in the HAVING clause that the specified field be NOT NULL.
Select::havingIsNull function core/lib/Drupal/Core/Database/Query/Select.php Sets a condition in the HAVING clause that the specified field be NULL.
Select::havingNotExists function core/lib/Drupal/Core/Database/Query/Select.php Sets a HAVING condition that the specified subquery returns no values.
SelectComplexTest::testGroupByAndHaving function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests GROUP BY and HAVING clauses together.
SelectComplexTest::testHavingCountQuery function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests having queries.
SelectExtender::having function core/lib/Drupal/Core/Database/Query/SelectExtender.php Adds an arbitrary HAVING clause to the query.
SelectExtender::havingArguments function core/lib/Drupal/Core/Database/Query/SelectExtender.php Gets a list of all values to insert into the HAVING clause.
SelectExtender::havingCompile function core/lib/Drupal/Core/Database/Query/SelectExtender.php Compiles the HAVING clause for later retrieval.
SelectExtender::havingCondition function core/lib/Drupal/Core/Database/Query/SelectExtender.php Helper function to build most common HAVING conditional clauses.
SelectExtender::havingConditions function core/lib/Drupal/Core/Database/Query/SelectExtender.php Gets a list of all conditions in the HAVING clause.
SelectExtender::havingExists function core/lib/Drupal/Core/Database/Query/SelectExtender.php Sets a HAVING condition that the specified subquery returns values.
SelectExtender::havingIsNotNull function core/lib/Drupal/Core/Database/Query/SelectExtender.php Sets a condition in the HAVING clause that the specified field be NOT NULL.
SelectExtender::havingIsNull function core/lib/Drupal/Core/Database/Query/SelectExtender.php Sets a condition in the HAVING clause that the specified field be NULL.
SelectExtender::havingNotExists function core/lib/Drupal/Core/Database/Query/SelectExtender.php Sets a HAVING condition that the specified subquery returns no values.
SelectInterface::having function core/lib/Drupal/Core/Database/Query/SelectInterface.php Adds an arbitrary HAVING clause to the query.
SelectInterface::havingArguments function core/lib/Drupal/Core/Database/Query/SelectInterface.php Gets a list of all values to insert into the HAVING clause.
SelectInterface::havingCompile function core/lib/Drupal/Core/Database/Query/SelectInterface.php Compiles the HAVING clause for later retrieval.
SelectInterface::havingCondition function core/lib/Drupal/Core/Database/Query/SelectInterface.php Helper function to build most common HAVING conditional clauses.
SelectInterface::havingConditions function core/lib/Drupal/Core/Database/Query/SelectInterface.php Gets a list of all conditions in the HAVING clause.
SelectInterface::havingExists function core/lib/Drupal/Core/Database/Query/SelectInterface.php Sets a HAVING condition that the specified subquery returns values.
SelectInterface::havingIsNotNull function core/lib/Drupal/Core/Database/Query/SelectInterface.php Sets a condition in the HAVING clause that the specified field be NOT NULL.
SelectInterface::havingIsNull function core/lib/Drupal/Core/Database/Query/SelectInterface.php Sets a condition in the HAVING clause that the specified field be NULL.
SelectInterface::havingNotExists function core/lib/Drupal/Core/Database/Query/SelectInterface.php Sets a HAVING condition that the specified subquery returns no values.
SelectPagerDefaultTest::testHavingPagerQuery function core/modules/system/tests/src/Functional/Database/SelectPagerDefaultTest.php Confirms that a paging query results with a having expression are valid.
Sql::$having property core/modules/views/src/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.
Sql::addHavingExpression function core/modules/views/src/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…
test_theme_having_veery_long_name_which_is_too_long.info.yml file core/modules/system/tests/themes/test_theme_having_veery_long_name_which_is_too_long/test_theme_having_veery_long_name_which_is_too_long.info.yml core/modules/system/tests/themes/test_theme_having_veery_long_name_which_is_too_long/test_theme_having_veery_long_name_which_is_too_long.info.yml

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.