StatementPrefetch::$rowCount |
property |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
The number of rows matched by the last query. |
StatementPrefetch::$rowCountEnabled |
property |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
Is rowCount() execution allowed. |
StatementPrefetch::current |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
Return the current row formatted according to the current fetch style. |
StatementPrefetch::execute |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
Executes a prepared statement. |
StatementPrefetch::fetch |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
Fetches the next row from a result set. |
StatementPrefetch::fetchAll |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
Returns an array containing all of the result set rows. |
StatementPrefetch::fetchAllAssoc |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
Returns the result set as an associative array keyed by the given field. |
StatementPrefetch::fetchAllKeyed |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
Returns the entire result set as a single associative array. |
StatementPrefetch::fetchAssoc |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
Fetches the next row and returns it as an associative array. |
StatementPrefetch::fetchCol |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
Returns an entire single column of a result set as an indexed array. |
StatementPrefetch::fetchColumn |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
|
StatementPrefetch::fetchField |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
Returns a single field from the next record of a result set. |
StatementPrefetch::fetchObject |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
Fetches the next row and returns it as an object. |
StatementPrefetch::getConnectionTarget |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
Returns the target connection this statement is associated with. |
StatementPrefetch::getQueryString |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
Gets the query string of this statement. |
StatementPrefetch::getStatement |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
Grab a PDOStatement object from a given query and its arguments. |
StatementPrefetch::key |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
#[\ReturnTypeWillChange] |
StatementPrefetch::next |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
#[\ReturnTypeWillChange] |
StatementPrefetch::rewind |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
#[\ReturnTypeWillChange] |
StatementPrefetch::rowCount |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
Returns the number of rows matched by the last SQL statement. |
StatementPrefetch::setFetchMode |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
Sets the default fetch mode for this statement. |
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 |
Executes a prepared statement. |
StatementPrefetchIterator::fetch |
function |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
Fetches the next row from a result set. |
StatementPrefetchIterator::fetchAll |
function |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
Returns an array containing all of the result set rows. |
StatementPrefetchIterator::fetchAllAssoc |
function |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
Returns the result set as an associative array keyed by the given field. |
StatementPrefetchIterator::fetchAllKeyed |
function |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
Returns the entire result set as a single associative array. |
StatementPrefetchIterator::fetchAssoc |
function |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
Fetches the next row and returns it as an associative array. |
StatementPrefetchIterator::fetchCol |
function |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
Returns an entire single column of a result set as an indexed array. |
StatementPrefetchIterator::fetchColumn |
function |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
|
StatementPrefetchIterator::fetchField |
function |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
Returns a single field from the next record of a result set. |
StatementPrefetchIterator::fetchObject |
function |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
Fetches the next row and returns it as an object. |
StatementPrefetchIterator::getConnectionTarget |
function |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
Returns the target connection this statement is associated with. |
StatementPrefetchIterator::getQueryString |
function |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
Gets the query string of this statement. |
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 |
Returns the number of rows matched by the last SQL statement. |
StatementPrefetchIterator::setFetchMode |
function |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
Sets the default fetch mode for this statement. |
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 |
class |
core/tests/Drupal/KernelTests/Core/Database/StatementTest.php |
Tests the Statement classes. |
StatementTest.php |
file |
core/tests/Drupal/KernelTests/Core/Database/StatementTest.php |
|