StatementPrefetch::valid |
function |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
|
StatementPrefetch::fetch |
function |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
|
FilesystemCache::doFetch |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/FilesystemCache.php |
Fetches an entry from the cache. |
Statement::fetchAllAssoc |
function |
drupal/core/lib/Drupal/Core/Database/Statement.php |
Returns the result set as an associative array keyed by the given field. |
Statement::fetchAllKeyed |
function |
drupal/core/lib/Drupal/Core/Database/Statement.php |
Returns the entire result set as a single associative array. |
StatementEmpty::fetchAll |
function |
drupal/core/lib/Drupal/Core/Database/StatementEmpty.php |
|
StatementEmpty::fetchCol |
function |
drupal/core/lib/Drupal/Core/Database/StatementEmpty.php |
Returns an entire single column of a result set as an indexed array. |
FeedFetcherPluginTest.php |
file |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedFetcherPluginTest.php |
Contains \Drupal\aggregator\Tests\FeedFetcherPluginTest. |
PdoProfilerStorage::fetch |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php |
|
_update_create_fetch_task |
function |
drupal/core/modules/update/update.fetch.inc |
Adds a task to the queue for fetching release history data for a project. |
AggregatorFetcher::$title |
property |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Annotation/AggregatorFetcher.php |
The title of the plugin. |
StatementPrefetch::rewind |
function |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
|
update_fetch_data_finished |
function |
drupal/core/modules/update/update.fetch.inc |
Batch callback: Performs actions when all fetch tasks have been completed. |
_update_process_fetch_task |
function |
drupal/core/modules/update/update.fetch.inc |
Processes a task to fetch available update data for a single project. |
_update_get_fetch_url_base |
function |
drupal/core/modules/update/update.fetch.inc |
Returns the base of the URL to fetch available update data for a project. |
StatementPrefetch::execute |
function |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
Executes a prepared statement. |
ViewsData::fetchBaseTables |
function |
drupal/core/modules/views/lib/Drupal/views/ViewsData.php |
Fetches a list of all base tables available. |
StatementPrefetch::current |
function |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
Return the current row formatted according to the current fetch style. |
StatementEmpty::fetchField |
function |
drupal/core/lib/Drupal/Core/Database/StatementEmpty.php |
Returns a single field from the next record of a result set. |
StatementEmpty::fetchAssoc |
function |
drupal/core/lib/Drupal/Core/Database/StatementEmpty.php |
Fetches the next row and returns it as an associative array. |
StatementPrefetch::rowCount |
function |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
Returns the number of rows affected by the last SQL statement. |
StatementPrefetch::fetchAll |
function |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
|
StatementPrefetch::fetchCol |
function |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
Returns an entire single column of a result set as an indexed array. |
StatementEmpty::fetchObject |
function |
drupal/core/lib/Drupal/Core/Database/StatementEmpty.php |
|
FeedFetcherPluginTest::setUp |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedFetcherPluginTest.php |
Sets up a Drupal site for running functional and integration tests. |
FetchTest::testQueryFetchNum |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/FetchTest.php |
Confirms that we can fetch a record into an indexed array explicitly. |
FetchTest::testQueryFetchCol |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/FetchTest.php |
Confirms that we can fetch an entire column of a result set at once. |
CachedReader::fetchFromCache |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/CachedReader.php |
Fetches a value from the cache. |
StatementPrefetch::$rowCount |
property |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
The number of rows affected by the last query. |
StatementInterface::fetchCol |
function |
drupal/core/lib/Drupal/Core/Database/StatementInterface.php |
Returns an entire single column of a result set as an indexed array. |
SqliteProfilerStorage::fetch |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/SqliteProfilerStorage.php |
|
StatementEmpty::setFetchMode |
function |
drupal/core/lib/Drupal/Core/Database/StatementEmpty.php |
|
FetchTest::testQueryFetchBoth |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/FetchTest.php |
Confirms that we can fetch a record into a doubly-keyed array explicitly. |
StatementPrefetch::fetchField |
function |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
Returns a single field from the next record of a result set. |
StatementPrefetch::fetchAssoc |
function |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
Fetches the next row and returns it as an associative array. |
StatementEmpty::fetchAllKeyed |
function |
drupal/core/lib/Drupal/Core/Database/StatementEmpty.php |
Returns the entire result set as a single associative array. |
StatementEmpty::fetchAllAssoc |
function |
drupal/core/lib/Drupal/Core/Database/StatementEmpty.php |
Returns the result set as an associative array keyed by the given field. |
FeedFetcherPluginTest::getInfo |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedFetcherPluginTest.php |
|
FetchTest::testQueryFetchArray |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/FetchTest.php |
Confirms that we can fetch a record to an associative array explicitly. |
FetchTest::testQueryFetchClass |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/FetchTest.php |
Confirms that we can fetch a record into a new instance of a custom class. |
StatementPrefetch::$connection |
property |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
Reference to the Drupal database connection object for this statement. |
StatementPrefetch::$currentRow |
property |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
The current row, retrieved in PDO::FETCH_ASSOC format. |
StatementPrefetch::$currentKey |
property |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
The key of the current row. |
StatementPrefetch::$fetchStyle |
property |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
Holds the current fetch style (which will be used by the next fetch). |
StatementPrefetch::__construct |
function |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
|
StatementPrefetch::fetchColumn |
function |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
|
StatementPrefetch::fetchObject |
function |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
|
StatementInterface::fetchField |
function |
drupal/core/lib/Drupal/Core/Database/StatementInterface.php |
Returns a single field from the next record of a result set. |
StatementInterface::fetchAssoc |
function |
drupal/core/lib/Drupal/Core/Database/StatementInterface.php |
Fetches the next row and returns it as an associative array. |
UpdateCoreTest::testFetchTasks |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreTest.php |
Tests that exactly one fetch task per project is created and not more. |