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 | 
|---|---|---|---|
| FetchLegacyTest::testQueryFetchAllAssoc | function | core/ | 
                                                                                        Tests ::fetchAllAssoc(). | 
| FetchLegacyTest::testQueryFetchAllColumn | function | core/ | 
                                                                                        Confirms that we can fetch all records into an array explicitly. | 
| FetchTest::testQueryFetchAllAssoc | function | core/ | 
                                                                                        Tests ::fetchAllAssoc(). | 
| FetchTest::testQueryFetchAllColumn | function | core/ | 
                                                                                        Confirms that we can fetch all records into an array explicitly. | 
| PdoResult::fetchAll | function | core/ | 
                                                                                        Returns an array containing all of the result set rows. | 
| PdoTrait::clientFetchAll | function | core/ | 
                                                                                        Returns an array containing all of the result set rows. | 
| PrefetchedResult::fetchAllKeyed | function | core/ | 
                                                                                        Returns the entire result set as a single associative array. | 
| ResultBase::fetchAll | function | core/ | 
                                                                                        Returns an array containing all of the result set rows. | 
| ResultBase::fetchAllAssoc | function | core/ | 
                                                                                        Returns the result set as an associative array keyed by the given column. | 
| ResultBase::fetchAllKeyed | function | core/ | 
                                                                                        Returns the entire result set as a single associative array. | 
| StatementBase::fetchAll | function | core/ | 
                                                                                        Returns an array containing all of the result set rows. | 
| StatementBase::fetchAllAssoc | function | core/ | 
                                                                                        Returns the result set as an associative array keyed by the given field. | 
| StatementBase::fetchAllKeyed | function | core/ | 
                                                                                        Returns the entire result set as a single associative array. | 
| 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. | 
| 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. | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.