Search for rowCount
- Search 7.x for rowCount
- Search 9.5.x for rowCount
- Search 8.9.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. |
OptionsFieldUIAllowedValuesTest::assertAllowValuesRowCount | function | core/ |
Assert the count of the allowed values rows. |
RowCountException | class | core/ |
Exception thrown if a SELECT query trying to execute rowCount() on result. |
RowCountException.php | file | core/ |
|
RowCountException::__construct | function | core/ |
|
RowCountExceptionTest | class | core/ |
@coversDefaultClass \Drupal\Core\Database\RowCountException |
RowCountExceptionTest.php | file | core/ |
|
RowCountExceptionTest::DEFAULT_EXCEPTION_MESSAGE | constant | core/ |
The default exception message. |
RowCountExceptionTest::providerTestExceptionMessage | function | core/ |
Data provider for ::testExceptionMessage() |
RowCountExceptionTest::testExceptionMessage | function | core/ |
@covers ::__construct @dataProvider providerTestExceptionMessage |
RowCountExceptionTest::testExceptionMessageNull | function | core/ |
@covers ::__construct @group legacy |
SelectComplexTest::testSelectWithRowCount | function | core/ |
Tests that rowCount() throws exception on SELECT query. |
StatementInterface::rowCount | function | core/ |
Returns the number of rows matched by the last SQL statement. |
StatementPrefetch::$resultRowCount | property | core/ |
The number of rows in this result set. |
StatementPrefetch::$rowCount | property | core/ |
The number of rows matched by the last query. |
StatementPrefetch::$rowCountEnabled | property | core/ |
Is rowCount() execution allowed. |
StatementPrefetch::rowCount | function | core/ |
Returns the number of rows matched by the last SQL statement. |
StatementPrefetchIterator::$rowCount | property | core/ |
The number of rows matched by the last query. |
StatementPrefetchIterator::rowCount | function | core/ |
Returns the number of rows matched by the last SQL statement. |
StatementWrapper::$rowCountEnabled | property | core/ |
Is rowCount() execution allowed. |
StatementWrapper::rowCount | function | core/ |
Returns the number of rows matched by the last SQL statement. |
StatementWrapperIterator::rowCount | function | core/ |
Returns the number of rows matched by the last SQL statement. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.