Search for rowCount

  1. Search 7.x for rowCount
  2. Search 9.5.x for rowCount
  3. Search 10.3.x for rowCount
  4. Search 11.x for rowCount
  5. Other projects
Title Object type File name Summary
FetchTest::testRowCount function core/tests/Drupal/KernelTests/Core/Database/FetchTest.php Tests that rowCount() throws exception on SELECT query.
RowCountException class core/lib/Drupal/Core/Database/RowCountException.php Exception thrown if a SELECT query trying to execute rowCount() on result.
RowCountException.php file core/lib/Drupal/Core/Database/RowCountException.php
RowCountException::__construct function core/lib/Drupal/Core/Database/RowCountException.php
SelectComplexTest::testSelectWithRowCount function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests that rowCount() throws exception on SELECT query.
Statement::$allowRowCount property core/lib/Drupal/Core/Database/Statement.php Is rowCount() execution allowed.
Statement::rowCount function core/lib/Drupal/Core/Database/Statement.php
StatementEmpty::$allowRowCount property core/lib/Drupal/Core/Database/StatementEmpty.php Is rowCount() execution allowed.
StatementEmpty::rowCount function core/lib/Drupal/Core/Database/StatementEmpty.php
StatementInterface::rowCount function core/lib/Drupal/Core/Database/StatementInterface.php Returns the number of rows affected by the last SQL statement.
StatementPrefetch::$allowRowCount property core/lib/Drupal/Core/Database/StatementPrefetch.php Is rowCount() execution allowed.
StatementPrefetch::$resultRowCount property core/lib/Drupal/Core/Database/StatementPrefetch.php The number of rows in this result set.
StatementPrefetch::$rowCount property core/lib/Drupal/Core/Database/StatementPrefetch.php The number of rows affected by the last query.
StatementPrefetch::rowCount function core/lib/Drupal/Core/Database/StatementPrefetch.php

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