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