Search for FetchAll
- Search 7.x for FetchAll
- Search 9.5.x for FetchAll
- Search 8.9.x for FetchAll
- Search 10.3.x for FetchAll
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FetchTest::testQueryFetchAllAssoc | function | core/ |
Tests ::fetchAllAssoc(). |
FetchTest::testQueryFetchAllColumn | function | core/ |
Confirms that we can fetch all records into an array explicitly. |
NodeStatisticsDatabaseStorage::fetchAll | function | core/ |
|
StatementInterface::fetchAll | function | core/ |
Returns an array containing all of the result set rows. |
StatementInterface::fetchAllAssoc | function | core/ |
Returns the result set as an associative array keyed by the given field. |
StatementInterface::fetchAllKeyed | function | core/ |
Returns the entire result set as a single associative array. |
StatementPrefetchIterator::fetchAll | function | core/ |
Returns an array containing all of the result set rows. |
StatementPrefetchIterator::fetchAllAssoc | function | core/ |
Returns the result set as an associative array keyed by the given field. |
StatementPrefetchIterator::fetchAllKeyed | function | core/ |
Returns the entire result set as a single associative array. |
StatementTest::testPartiallyIteratedStatementFetchAll | function | core/ |
Tests statement fetchAll after a partial traversal. |
StatementTest::testPartiallyIteratedStatementFetchAllAssoc | function | core/ |
Tests statement fetchAllAssoc after a partial traversal. |
StatementTest::testPartiallyIteratedStatementFetchAllKeyed | function | core/ |
Tests statement fetchAllKeyed after a partial traversal. |
StatementWrapperIterator::fetchAll | function | core/ |
Returns an array containing all of the result set rows. |
StatementWrapperIterator::fetchAllAssoc | function | core/ |
Returns the result set as an associative array keyed by the given field. |
StatementWrapperIterator::fetchAllKeyed | function | core/ |
Returns the entire result set as a single associative array. |
StatisticsStorageInterface::fetchAll | function | core/ |
Returns the number of times an entity has been viewed. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.