function ResultBase::rowCount
Returns the number of rows matched by the last SQL statement.
Return value
int The number of rows matched by the last DELETE, INSERT, or UPDATE statement executed or throws \Drupal\Core\Database\RowCountException if the last executed statement was SELECT.
Throws
\Drupal\Core\Database\RowCountException
2 methods override ResultBase::rowCount()
- PdoResult::rowCount in core/
lib/ Drupal/ Core/ Database/ Statement/ PdoResult.php - Returns the number of rows matched by the last SQL statement.
- PrefetchedResult::rowCount in core/
lib/ Drupal/ Core/ Database/ Statement/ PrefetchedResult.php - Returns the number of rows matched by the last SQL statement.
File
-
core/
lib/ Drupal/ Core/ Database/ Statement/ ResultBase.php, line 40
Class
- ResultBase
- Base class for results of a data query language (DQL) statement.
Namespace
Drupal\Core\Database\StatementCode
public abstract function rowCount() : ?int;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.