Skip to main content
Silkscreen CMS API
  • Login
  • Home

Search for fetch

You are here

  1. Home »
  2. API reference »
  3. 1.20.x
Name Type Location Description
prefetch.inc file includes/database/prefetch.inc Database interface code for engines that need complete control over their result sets.
views_fetch_data function modules/views/views.module Fetch Views' data from the cache
update.fetch.inc file modules/update/update.fetch.inc Code required only when fetching information about available updates.
update_fetch_data function modules/update/update.module Attempts to fetch update data after loading the necessary include file.
_views_fetch_data function modules/views/includes/cache.inc Fetch Views' data from the cache.
_update_fetch_data function modules/update/update.fetch.inc Attempts to drain the queue of tasks for release history data to fetch.
UPDATE_NOT_FETCHED constant modules/update/update.module There was a failure fetching available update data for this project.
views_fetch_fields function modules/views/includes/utility.inc Fetch a list of all fields available for a given base type.
UPDATE_FETCH_PENDING constant modules/update/update.module We need to (re)fetch available update data for this project.
DatabaseFetchTestCase class modules/simpletest/tests/database_test.test Test fetch actions, part 1.
DatabaseFetch2TestCase class modules/simpletest/tests/database_test.test Test fetch actions, part 2.
views_fetch_plugin_data function modules/views/views.module Fetch the plugin data from cache.
update_fetch_data_batch function modules/update/update.fetch.inc Batch callback: Processes a step in batch for fetching available update data.
views_fetch_base_tables function modules/views_ui/views_ui.admin.inc Fetch a list of all base tables available
_views_fetch_data_build function modules/views/includes/cache.inc Build and set the views data cache if empty.
_update_build_fetch_url function modules/update/update.fetch.inc Generates the URL to fetch information about project updates.
views_fetch_plugin_names function modules/views/views.module Fetch a list of all base tables available
update_create_fetch_task function modules/update/update.module Creates a new fetch task after loading the necessary include file.
_views_fetch_plugin_data function modules/views/includes/cache.inc Fetch the plugin data from cache.
_update_create_fetch_task function modules/update/update.fetch.inc Adds a task to the queue for fetching release history data for a project.
DatabaseStatementPrefetch class includes/database/prefetch.inc An implementation of DatabaseStatementInterface that prefetches all data.
_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.
update_fetch_data_finished function modules/update/update.fetch.inc Batch callback: Performs actions when all fetch tasks have been completed.
DatabaseStatementEmpty::fetch function includes/database/database.inc
ViewsModuleTest::testFetchData function modules/views/tests/views_module.test Tests views_fetch_data().
DatabaseStatementPrefetch::key function includes/database/prefetch.inc
installer_browser_fetch_results function modules/installer/installer.browser.inc Fetches results from the server based on the parameters passed in.
DatabaseStatementPrefetch::$dbh property includes/database/prefetch.inc Reference to the database connection object for this statement.
DatabaseStatementPrefetch::next function includes/database/prefetch.inc
DatabaseStatementBase::fetchCol function includes/database/database.inc Returns an entire single column of a result set as an indexed array.
DatabaseStatementPrefetch::fetch function includes/database/prefetch.inc
DatabaseStatementPrefetch::$data property includes/database/prefetch.inc Main data store.
DatabaseStatementEmpty::fetchCol function includes/database/database.inc Returns an entire single column of a result set as an indexed array.
DatabaseStatementPrefetch::valid function includes/database/prefetch.inc
DatabaseStatementEmpty::fetchAll function includes/database/database.inc
DatabaseStatementBase::fetchAssoc function includes/database/database.inc Fetches the next row and returns it as an associative array.
DatabaseStatementPrefetch::rewind function includes/database/prefetch.inc
DatabaseStatementBase::fetchField function includes/database/database.inc Returns a single field from the next record of a result set.
DatabaseStatementEmpty::fetchAssoc function includes/database/database.inc Fetches the next row and returns it as an associative array.
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.
DatabaseStatementEmpty::fetchField function includes/database/database.inc Returns a single field from the next record of a result set.
UpdateCoreTestCase::testFetchTasks function modules/update/tests/update.test Tests that exactly one fetch task per project is created and not more.
DatabaseStatementPrefetch::fetchAll function includes/database/prefetch.inc
DatabaseStatementPrefetch::rowCount function includes/database/prefetch.inc Returns the number of rows affected by the last SQL statement.
DatabaseStatementPrefetch::fetchCol function includes/database/prefetch.inc Returns an entire single column of a result set as an indexed array.
DatabaseStatementEmpty::fetchObject function includes/database/database.inc
DatabaseStatementEmpty::setFetchMode function includes/database/database.inc
DatabaseStatementPrefetch::$rowCount property includes/database/prefetch.inc The number of rows affected by the last query.

Pages

  • 1
  • 2
  • next ›
  • last »

Search 1.20.x

Partial match search is supported

API Navigation

  • 1.20.x
  • Topics
  • Classes
  • Functions
  • Files
  • Constants
  • Globals
  • Deprecated
Powered by Silkscreen CMS