Search for fetch

  1. Search 9.5.x for fetch
  2. Search 8.9.x for fetch
  3. Search 10.3.x for fetch
  4. Search 11.x for fetch
  5. Other projects
Title Object type File name Summary
DatabaseStatementPrefetch::$rowCount property includes/database/prefetch.inc The number of rows affected by the last query.
DatabaseStatementPrefetch::current function includes/database/prefetch.inc Return the current row formatted according to the current fetch style.
DatabaseStatementPrefetch::execute function includes/database/prefetch.inc Executes a prepared statement.
DatabaseStatementPrefetch::fetch function includes/database/prefetch.inc
DatabaseStatementPrefetch::fetchAll function includes/database/prefetch.inc
DatabaseStatementPrefetch::fetchAllAssoc function includes/database/prefetch.inc Returns the result set as an associative array keyed by the given field.
DatabaseStatementPrefetch::fetchAllKeyed function includes/database/prefetch.inc Returns the entire result set as a single associative array.
DatabaseStatementPrefetch::fetchAssoc function includes/database/prefetch.inc Fetches the next row and returns it as an associative array.
DatabaseStatementPrefetch::fetchCol function includes/database/prefetch.inc Returns an entire single column of a result set as an indexed array.
DatabaseStatementPrefetch::fetchColumn function includes/database/prefetch.inc
DatabaseStatementPrefetch::fetchField function includes/database/prefetch.inc Returns a single field from the next record of a result set.
DatabaseStatementPrefetch::fetchObject function includes/database/prefetch.inc
DatabaseStatementPrefetch::getQueryString function includes/database/prefetch.inc Return the object's SQL query string.
DatabaseStatementPrefetch::getStatement function includes/database/prefetch.inc Grab a PDOStatement object from a given query and its arguments.
DatabaseStatementPrefetch::key function includes/database/prefetch.inc
DatabaseStatementPrefetch::next function includes/database/prefetch.inc
DatabaseStatementPrefetch::rewind function includes/database/prefetch.inc
DatabaseStatementPrefetch::rowCount function includes/database/prefetch.inc Returns the number of rows affected by the last SQL statement.
DatabaseStatementPrefetch::setFetchMode function includes/database/prefetch.inc
DatabaseStatementPrefetch::throwPDOException function includes/database/prefetch.inc Throw a PDO Exception based on the last PDO error.
DatabaseStatementPrefetch::valid function includes/database/prefetch.inc
DatabaseStatementPrefetch::__construct function includes/database/prefetch.inc
hook_aggregator_fetch function modules/aggregator/aggregator.api.php Create an alternative fetcher for aggregator.module.
hook_aggregator_fetch_info function modules/aggregator/aggregator.api.php Specify the title and short description of your fetcher.
prefetch.inc file 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 modules/update/update.fetch.inc Code required only when fetching information about available updates.
UpdateCoreTestCase::testFetchTasks function modules/update/update.test Tests that exactly one fetch task per project is created and not more.
UpdateCoreUnitTestCase::testUpdateBuildFetchUrl function modules/update/update.test Tests that _update_build_fetch_url() builds the URL correctly.
UpdateTestContribCase::testUpdateBrokenFetchURL function modules/update/update.test Makes sure that if we fetch from a broken URL, sane things happen.
update_create_fetch_task function modules/update/update.module Creates a new fetch task after loading the necessary include file.
update_fetch_data function modules/update/update.module Attempts to fetch update data after loading the necessary include file.
update_fetch_data_batch function modules/update/update.fetch.inc Implements callback_batch_operation().
update_fetch_data_finished function modules/update/update.fetch.inc Implements callback_batch_finished().
UPDATE_FETCH_PENDING constant modules/update/update.module We need to (re)fetch available update data for this project.
UPDATE_MAX_FETCH_ATTEMPTS constant modules/update/update.module Maximum number of attempts to fetch available update data from a given host.
UPDATE_MAX_FETCH_TIME constant modules/update/update.module Maximum number of seconds to try fetching available update data at a time.
UPDATE_NOT_FETCHED constant modules/update/update.module There was a failure fetching available update data for this project.
_update_build_fetch_url function modules/update/update.fetch.inc Generates the URL to fetch information about project updates.
_update_create_fetch_task function modules/update/update.fetch.inc Adds a task to the queue for fetching release history data for a project.
_update_fetch_data function modules/update/update.fetch.inc Attempts to drain the queue of tasks for release history data to fetch.
_update_get_fetch_url_base function modules/update/update.fetch.inc Returns the base of the URL to fetch available update data for a project.
_update_process_fetch_task function modules/update/update.fetch.inc Processes a task to fetch available update data for a single project.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.