prefetch.inc |
file |
drupal/includes/database/prefetch.inc |
Database interface code for engines that need complete control over their
result sets. For example, SQLite will prefix some column names by the name
of the table. We post-process the data, by renaming the column names
using the same convention as… |
update.fetch.inc |
file |
drupal/modules/update/update.fetch.inc |
Code required only when fetching information about available updates. |
update_fetch_data |
function |
drupal/modules/update/update.module |
Attempts to fetch update data after loading the necessary include file. |
_update_fetch_data |
function |
drupal/modules/update/update.fetch.inc |
Attempts to drain the queue of tasks for release history data to fetch. |
UPDATE_NOT_FETCHED |
constant |
drupal/modules/update/update.module |
There was a failure fetching available update data for this project. |
UPDATE_FETCH_PENDING |
constant |
drupal/modules/update/update.module |
We need to (re)fetch available update data for this project. |
DatabaseFetchTestCase |
class |
drupal/modules/simpletest/tests/database_test.test |
Test fetch actions, part 1. |
hook_aggregator_fetch |
function |
drupal/modules/aggregator/aggregator.api.php |
Create an alternative fetcher for aggregator.module. |
UPDATE_MAX_FETCH_TIME |
constant |
drupal/modules/update/update.module |
Maximum number of seconds to try fetching available update data at a time. |
DatabaseFetch2TestCase |
class |
drupal/modules/simpletest/tests/database_test.test |
Test fetch actions, part 2. |
aggregator.fetcher.inc |
file |
drupal/modules/aggregator/aggregator.fetcher.inc |
Fetcher functions for the aggregator module. |
update_fetch_data_batch |
function |
drupal/modules/update/update.fetch.inc |
Implements callback_batch_operation(). |
_update_build_fetch_url |
function |
drupal/modules/update/update.fetch.inc |
Generates the URL to fetch information about project updates. |
update_create_fetch_task |
function |
drupal/modules/update/update.module |
Creates a new fetch task after loading the necessary include file. |
_update_create_fetch_task |
function |
drupal/modules/update/update.fetch.inc |
Adds a task to the queue for fetching release history data for a project. |
DatabaseStatementPrefetch |
class |
drupal/includes/database/prefetch.inc |
An implementation of DatabaseStatementInterface that prefetches all data. |
UPDATE_MAX_FETCH_ATTEMPTS |
constant |
drupal/modules/update/update.module |
Maximum number of attempts to fetch available update data from a given host. |
update_fetch_data_finished |
function |
drupal/modules/update/update.fetch.inc |
Implements callback_batch_finished(). |
_update_process_fetch_task |
function |
drupal/modules/update/update.fetch.inc |
Processes a task to fetch available update data for a single project. |
_update_get_fetch_url_base |
function |
drupal/modules/update/update.fetch.inc |
Returns the base of the URL to fetch available update data for a project. |
hook_aggregator_fetch_info |
function |
drupal/modules/aggregator/aggregator.api.php |
Specify the title and short description of your fetcher. |
aggregator_aggregator_fetch |
function |
drupal/modules/aggregator/aggregator.fetcher.inc |
Implements hook_aggregator_fetch(). |
DatabaseFetch2TestCase::setUp |
function |
drupal/modules/simpletest/tests/database_test.test |
Sets up a Drupal site for running functional and integration tests. |
DatabaseStatementEmpty::fetch |
function |
drupal/includes/database/database.inc |
|
DatabaseFetchTestCase::getInfo |
function |
drupal/modules/simpletest/tests/database_test.test |
|
DatabaseStatementPrefetch::key |
function |
drupal/includes/database/prefetch.inc |
|
DatabaseFetch2TestCase::getInfo |
function |
drupal/modules/simpletest/tests/database_test.test |
|
DatabaseStatementBase::fetchCol |
function |
drupal/includes/database/database.inc |
Returns an entire single column of a result set as an indexed array. |
DatabaseStatementPrefetch::$dbh |
property |
drupal/includes/database/prefetch.inc |
Reference to the database connection object for this statement. |
DatabaseStatementPrefetch::next |
function |
drupal/includes/database/prefetch.inc |
|
aggregator_aggregator_fetch_info |
function |
drupal/modules/aggregator/aggregator.fetcher.inc |
Implements hook_aggregator_fetch_info(). |
DatabaseStatementEmpty::fetchAll |
function |
drupal/includes/database/database.inc |
|
DatabaseStatementEmpty::fetchCol |
function |
drupal/includes/database/database.inc |
Returns an entire single column of a result set as an indexed array. |
DatabaseStatementPrefetch::$data |
property |
drupal/includes/database/prefetch.inc |
Main data store. |
DatabaseStatementPrefetch::valid |
function |
drupal/includes/database/prefetch.inc |
|
DatabaseStatementPrefetch::fetch |
function |
drupal/includes/database/prefetch.inc |
|
DatabaseStatementBase::fetchField |
function |
drupal/includes/database/database.inc |
Returns a single field from the next record of a result set. |
DatabaseStatementBase::fetchAssoc |
function |
drupal/includes/database/database.inc |
Fetches the next row and returns it as an associative array. |
DatabaseStatementPrefetch::rewind |
function |
drupal/includes/database/prefetch.inc |
|
UpdateCoreTestCase::testFetchTasks |
function |
drupal/modules/update/update.test |
Tests that exactly one fetch task per project is created and not more. |
DatabaseStatementEmpty::fetchField |
function |
drupal/includes/database/database.inc |
Returns a single field from the next record of a result set. |
DatabaseStatementEmpty::fetchAssoc |
function |
drupal/includes/database/database.inc |
Fetches the next row and returns it as an associative array. |
DatabaseStatementPrefetch::execute |
function |
drupal/includes/database/prefetch.inc |
Executes a prepared statement. |
DatabaseStatementPrefetch::current |
function |
drupal/includes/database/prefetch.inc |
Return the current row formatted according to the current fetch style. |
DatabaseStatementEmpty::fetchObject |
function |
drupal/includes/database/database.inc |
|
DatabaseStatementPrefetch::rowCount |
function |
drupal/includes/database/prefetch.inc |
Returns the number of rows affected by the last SQL statement. |
DatabaseStatementPrefetch::fetchAll |
function |
drupal/includes/database/prefetch.inc |
|
DatabaseStatementPrefetch::fetchCol |
function |
drupal/includes/database/prefetch.inc |
Returns an entire single column of a result set as an indexed array. |
DatabaseStatementInterface::fetchCol |
function |
drupal/includes/database/database.inc |
Returns an entire single column of a result set as an indexed array. |
DatabaseStatementBase::fetchAllAssoc |
function |
drupal/includes/database/database.inc |
Returns the result set as an associative array keyed by the given field. |