public function StatementInterface::rowCount

Returns the number of rows affected by the last SQL statement.

Return value

The number of rows affected by the last DELETE, INSERT, or UPDATE statement executed.

2 methods override StatementInterface::rowCount()
StatementEmpty::rowCount in drupal/core/lib/Drupal/Core/Database/StatementEmpty.php
Returns the number of rows affected by the last SQL statement.
StatementPrefetch::rowCount in drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php
Returns the number of rows affected by the last SQL statement.

File

drupal/core/lib/Drupal/Core/Database/StatementInterface.php, line 81
Definition of Drupal\Core\Database\StatementInterface

Class

StatementInterface
Represents a prepared statement.

Namespace

Drupal\Core\Database

Code

public function rowCount();