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