| DatabaseEmptyStatementTestCase::testEmptyFetchAll | modules/simpletest/tests/database_test.test | Test that the empty result set mass-fetches in an expected way. |
| DatabaseStatementBase::fetchAllAssoc | includes/database/database.inc | Returns the result set as an associative array keyed by the given field. |
| DatabaseStatementBase::fetchAllKeyed | includes/database/database.inc | Returns the entire result set as a single associative array. |
| DatabaseStatementEmpty::fetchAll | includes/database/database.inc | |
| DatabaseStatementEmpty::fetchAllAssoc | includes/database/database.inc | Returns the result set as an associative array keyed by the given field. |
| DatabaseStatementEmpty::fetchAllKeyed | includes/database/database.inc | Returns the entire result set as a single associative array. |
| DatabaseStatementInterface::fetchAllAssoc | includes/database/database.inc | Returns the result set as an associative array keyed by the given field. |
| DatabaseStatementInterface::fetchAllKeyed | includes/database/database.inc | Returns the entire result set as a single associative array. |
| DatabaseStatementPrefetch::fetchAll | includes/database/prefetch.inc | |
| DatabaseStatementPrefetch::fetchAllAssoc | includes/database/prefetch.inc | Returns the result set as an associative array keyed by the given field. |
| DatabaseStatementPrefetch::fetchAllKeyed | includes/database/prefetch.inc | Returns the entire result set as a single associative array. |