| aggregator_aggregator_fetch | modules/aggregator/aggregator.fetcher.inc | Implements hook_aggregator_fetch(). |
| aggregator_aggregator_fetch_info | modules/aggregator/aggregator.fetcher.inc | Implements hook_aggregator_fetch_info(). |
| DatabaseEmptyStatementTestCase::testEmptyFetchAll | modules/simpletest/tests/database_test.test | Test that the empty result set mass-fetches in an expected way. |
| DatabaseFetch2TestCase::getInfo | modules/simpletest/tests/database_test.test | |
| DatabaseFetch2TestCase::setUp | modules/simpletest/tests/database_test.test | Generates a random database prefix, runs the install scripts on the
prefixed database and enable the specified modules. After installation
many caches are flushed and the internal browser is setup so that the
page requests will run on the new prefix.… |
| DatabaseFetch2TestCase::testQueryFetchBoth | modules/simpletest/tests/database_test.test | Confirm that we can fetch a record into a doubly-keyed array explicitly. |
| DatabaseFetch2TestCase::testQueryFetchCol | modules/simpletest/tests/database_test.test | Confirm that we can fetch an entire column of a result set at once. |
| DatabaseFetch2TestCase::testQueryFetchNum | modules/simpletest/tests/database_test.test | |
| DatabaseFetchTestCase::getInfo | modules/simpletest/tests/database_test.test | |
| DatabaseFetchTestCase::testQueryFetchArray | modules/simpletest/tests/database_test.test | Confirm that we can fetch a record to an array associative explicitly. |
| DatabaseFetchTestCase::testQueryFetchClass | modules/simpletest/tests/database_test.test | Confirm that we can fetch a record into a new instance of a custom class. |
| DatabaseFetchTestCase::testQueryFetchDefault | modules/simpletest/tests/database_test.test | Confirm that we can fetch a record properly in default object mode. |
| DatabaseFetchTestCase::testQueryFetchObject | modules/simpletest/tests/database_test.test | Confirm that we can fetch a record to an object explicitly. |
| 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. |
| DatabaseStatementBase::fetchAssoc | includes/database/database.inc | Fetches the next row and returns it as an associative array. |
| DatabaseStatementBase::fetchCol | includes/database/database.inc | Returns an entire single column of a result set as an indexed array. |
| DatabaseStatementBase::fetchField | includes/database/database.inc | Returns a single field from the next record of a result set. |
| DatabaseStatementEmpty::fetch | includes/database/database.inc | |
| 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. |
| DatabaseStatementEmpty::fetchAssoc | includes/database/database.inc | Fetches the next row and returns it as an associative array. |
| DatabaseStatementEmpty::fetchCol | includes/database/database.inc | Returns an entire single column of a result set as an indexed array. |
| DatabaseStatementEmpty::fetchField | includes/database/database.inc | Returns a single field from the next record of a result set. |
| DatabaseStatementEmpty::fetchObject | includes/database/database.inc | |
| DatabaseStatementEmpty::setFetchMode | includes/database/database.inc | |
| 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. |
| DatabaseStatementInterface::fetchAssoc | includes/database/database.inc | Fetches the next row and returns it as an associative array. |
| DatabaseStatementInterface::fetchCol | includes/database/database.inc | Returns an entire single column of a result set as an indexed array. |
| DatabaseStatementInterface::fetchField | includes/database/database.inc | Returns a single field from the next record of a result set. |
| DatabaseStatementPrefetch::current | includes/database/prefetch.inc | Return the current row formatted according to the current fetch style. |
| DatabaseStatementPrefetch::execute | includes/database/prefetch.inc | Executes a prepared statement. |
| DatabaseStatementPrefetch::fetch | includes/database/prefetch.inc | |
| 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. |
| DatabaseStatementPrefetch::fetchAssoc | includes/database/prefetch.inc | Fetches the next row and returns it as an associative array. |
| DatabaseStatementPrefetch::fetchCol | includes/database/prefetch.inc | Returns an entire single column of a result set as an indexed array. |