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