Search for rowCount
- Search 7.x for rowCount
- Search 9.5.x for rowCount
- Search 10.3.x for rowCount
- Search 11.x for rowCount
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FetchTest::testRowCount | function | core/ |
Tests that rowCount() throws exception on SELECT query. |
RowCountException | class | core/ |
Exception thrown if a SELECT query trying to execute rowCount() on result. |
RowCountException.php | file | core/ |
|
RowCountException::__construct | function | core/ |
|
SelectComplexTest::testSelectWithRowCount | function | core/ |
Tests that rowCount() throws exception on SELECT query. |
Statement::$allowRowCount | property | core/ |
Is rowCount() execution allowed. |
Statement::rowCount | function | core/ |
Returns the number of rows affected by the last SQL statement. |
StatementEmpty::$allowRowCount | property | core/ |
Is rowCount() execution allowed. |
StatementEmpty::rowCount | function | core/ |
Returns the number of rows affected by the last SQL statement. |
StatementInterface::rowCount | function | core/ |
Returns the number of rows affected by the last SQL statement. |
StatementPrefetch::$allowRowCount | property | core/ |
Is rowCount() execution allowed. |
StatementPrefetch::$resultRowCount | property | core/ |
The number of rows in this result set. |
StatementPrefetch::$rowCount | property | core/ |
The number of rows affected by the last query. |
StatementPrefetch::rowCount | function | core/ |
Returns the number of rows affected by the last SQL statement. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.