DatabaseStatementEmpty::rowCount |
function |
core/includes/database/database.inc |
Returns the number of rows affected by the last SQL statement. |
DatabaseStatementPrefetch::rowCount |
function |
core/includes/database/prefetch.inc |
Returns the number of rows affected by the last SQL statement. |
DatabaseStatementInterface::rowCount |
function |
core/includes/database/database.inc |
Returns the number of rows affected by the last SQL statement. |
DatabaseStatementPrefetch::$rowCount |
property |
core/includes/database/prefetch.inc |
The number of rows affected by the last query. |
DatabaseStatementPrefetch::$resultRowCount |
property |
core/includes/database/prefetch.inc |
The number of rows in this result set. |