StatementEmpty::rowCount |
function |
drupal/core/lib/Drupal/Core/Database/StatementEmpty.php |
Returns the number of rows affected by the last SQL statement. |
StatementPrefetch::rowCount |
function |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
Returns the number of rows affected by the last SQL statement. |
StatementInterface::rowCount |
function |
drupal/core/lib/Drupal/Core/Database/StatementInterface.php |
Returns the number of rows affected by the last SQL statement. |
StatementPrefetch::$rowCount |
property |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
The number of rows affected by the last query. |
StatementPrefetch::$resultRowCount |
property |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
The number of rows in this result set. |