Search for fetchAll
- Search 7.x for fetchAll
- Search 9.5.x for fetchAll
- Search 8.9.x for fetchAll
- Search 11.x for fetchAll
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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. |
StatementPrefetch::fetchAll | function | core/ |
Returns an array containing all of the result set rows. |
StatementPrefetch::fetchAllAssoc | function | core/ |
Returns the result set as an associative array keyed by the given field. |
StatementPrefetch::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. |
StatementWrapper::fetchAll | function | core/ |
Returns an array containing all of the result set rows. |
StatementWrapper::fetchAllAssoc | function | core/ |
Returns the result set as an associative array keyed by the given field. |
StatementWrapper::fetchAllKeyed | function | core/ |
Returns the entire result set as a single associative array. |
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. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.