| StatementPrefetch::throwPDOException |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
Throw a PDO Exception based on the last PDO error. |
| StatementPrefetch::valid |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
#[\ReturnTypeWillChange] |
| StatementPrefetch::__construct |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
Constructs a StatementPrefetch object. |
| StatementPrefetchIterator |
class |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
An implementation of StatementInterface that prefetches all data. |
| StatementPrefetchIterator.php |
file |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
|
| StatementPrefetchIterator::$columnNames |
property |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
The list of column names in this result set. |
| StatementPrefetchIterator::$data |
property |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
Main data store. |
| StatementPrefetchIterator::$defaultFetchStyle |
property |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
Holds the default fetch style. |
| StatementPrefetchIterator::$fetchOptions |
property |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
Holds fetch options. |
| StatementPrefetchIterator::$rowCount |
property |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
The number of rows matched by the last query. |
| StatementPrefetchIterator::execute |
function |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
|
| StatementPrefetchIterator::fetch |
function |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
|
| StatementPrefetchIterator::fetchAll |
function |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
|
| StatementPrefetchIterator::fetchAllAssoc |
function |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
|
| StatementPrefetchIterator::fetchAllKeyed |
function |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
|
| StatementPrefetchIterator::fetchAssoc |
function |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
|
| StatementPrefetchIterator::fetchCol |
function |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
|
| StatementPrefetchIterator::fetchColumn |
function |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
|
| StatementPrefetchIterator::fetchField |
function |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
|
| StatementPrefetchIterator::fetchObject |
function |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
|
| StatementPrefetchIterator::getConnectionTarget |
function |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
|
| StatementPrefetchIterator::getQueryString |
function |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
|
| StatementPrefetchIterator::getStatement |
function |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
Grab a PDOStatement object from a given query and its arguments. |
| StatementPrefetchIterator::rowCount |
function |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
|
| StatementPrefetchIterator::setFetchMode |
function |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
|
| StatementPrefetchIterator::throwPDOException |
function |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
Throw a PDO Exception based on the last PDO error. |
| StatementPrefetchIterator::__construct |
function |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
Constructs a StatementPrefetchIterator object. |
| StatementTest::testIteratedStatementFetch |
function |
core/tests/Drupal/KernelTests/Core/Database/StatementTest.php |
Tests statement fetching after a full traversal. |
| StatementTest::testPartiallyIteratedStatementFetchAll |
function |
core/tests/Drupal/KernelTests/Core/Database/StatementTest.php |
Tests statement fetchAll after a partial traversal. |
| StatementTest::testPartiallyIteratedStatementFetchAllAssoc |
function |
core/tests/Drupal/KernelTests/Core/Database/StatementTest.php |
Tests statement fetchAllAssoc after a partial traversal. |
| StatementTest::testPartiallyIteratedStatementFetchAllKeyed |
function |
core/tests/Drupal/KernelTests/Core/Database/StatementTest.php |
Tests statement fetchAllKeyed after a partial traversal. |
| StatementTest::testPartiallyIteratedStatementFetchCol |
function |
core/tests/Drupal/KernelTests/Core/Database/StatementTest.php |
Tests statement fetchCol after a partial traversal. |
| StatementWrapper::fetch |
function |
core/lib/Drupal/Core/Database/StatementWrapper.php |
|
| StatementWrapper::fetchAll |
function |
core/lib/Drupal/Core/Database/StatementWrapper.php |
|
| StatementWrapper::fetchAllAssoc |
function |
core/lib/Drupal/Core/Database/StatementWrapper.php |
|
| StatementWrapper::fetchAllKeyed |
function |
core/lib/Drupal/Core/Database/StatementWrapper.php |
|
| StatementWrapper::fetchAssoc |
function |
core/lib/Drupal/Core/Database/StatementWrapper.php |
|
| StatementWrapper::fetchCol |
function |
core/lib/Drupal/Core/Database/StatementWrapper.php |
|
| StatementWrapper::fetchField |
function |
core/lib/Drupal/Core/Database/StatementWrapper.php |
|
| StatementWrapper::fetchObject |
function |
core/lib/Drupal/Core/Database/StatementWrapper.php |
|
| StatementWrapper::setFetchMode |
function |
core/lib/Drupal/Core/Database/StatementWrapper.php |
|
| StatementWrapperIterator::fetch |
function |
core/lib/Drupal/Core/Database/StatementWrapperIterator.php |
|
| StatementWrapperIterator::fetchAll |
function |
core/lib/Drupal/Core/Database/StatementWrapperIterator.php |
|
| StatementWrapperIterator::fetchAllAssoc |
function |
core/lib/Drupal/Core/Database/StatementWrapperIterator.php |
|
| StatementWrapperIterator::fetchAllKeyed |
function |
core/lib/Drupal/Core/Database/StatementWrapperIterator.php |
|
| StatementWrapperIterator::fetchAssoc |
function |
core/lib/Drupal/Core/Database/StatementWrapperIterator.php |
|
| StatementWrapperIterator::fetchCol |
function |
core/lib/Drupal/Core/Database/StatementWrapperIterator.php |
|
| StatementWrapperIterator::fetchField |
function |
core/lib/Drupal/Core/Database/StatementWrapperIterator.php |
|
| StatementWrapperIterator::fetchObject |
function |
core/lib/Drupal/Core/Database/StatementWrapperIterator.php |
|
| StatementWrapperIterator::setFetchMode |
function |
core/lib/Drupal/Core/Database/StatementWrapperIterator.php |
|