StatementInterface::fetchAll |
function |
core/lib/Drupal/Core/Database/StatementInterface.php |
Returns an array containing all of the result set rows. |
StatementInterface::fetchAllAssoc |
function |
core/lib/Drupal/Core/Database/StatementInterface.php |
Returns the result set as an associative array keyed by the given field. |
StatementInterface::fetchAllKeyed |
function |
core/lib/Drupal/Core/Database/StatementInterface.php |
Returns the entire result set as a single associative array. |
StatementInterface::fetchAssoc |
function |
core/lib/Drupal/Core/Database/StatementInterface.php |
Fetches the next row and returns it as an associative array. |
StatementInterface::fetchCol |
function |
core/lib/Drupal/Core/Database/StatementInterface.php |
Returns an entire single column of a result set as an indexed array. |
StatementInterface::fetchField |
function |
core/lib/Drupal/Core/Database/StatementInterface.php |
Returns a single field from the next record of a result set. |
StatementInterface::fetchObject |
function |
core/lib/Drupal/Core/Database/StatementInterface.php |
Fetches the next row and returns it as an object. |
StatementInterface::getQueryString |
function |
core/lib/Drupal/Core/Database/StatementInterface.php |
Gets the query string of this statement. |
StatementInterface::rowCount |
function |
core/lib/Drupal/Core/Database/StatementInterface.php |
Returns the number of rows matched by the last SQL statement. |
StatementInterface::setFetchMode |
function |
core/lib/Drupal/Core/Database/StatementInterface.php |
Sets the default fetch mode for this statement. |
StatementPrefetch |
class |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
An implementation of StatementInterface that prefetches all data. |
StatementPrefetch.php |
file |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
|
StatementPrefetch::$columnNames |
property |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
The list of column names in this result set. |
StatementPrefetch::$connection |
property |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
The Drupal database connection object. |
StatementPrefetch::$currentKey |
property |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
The key of the current row. |
StatementPrefetch::$currentRow |
property |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
The current row, retrieved in \PDO::FETCH_ASSOC format. |
StatementPrefetch::$data |
property |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
Main data store. |
StatementPrefetch::$defaultFetchOptions |
property |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
Holds supplementary default fetch options. |
StatementPrefetch::$defaultFetchStyle |
property |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
Holds the default fetch style. |
StatementPrefetch::$driverOptions |
property |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
Driver-specific options. Can be used by child classes. |
StatementPrefetch::$fetchOptions |
property |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
Holds supplementary current fetch options (which will be used by the next fetch). |
StatementPrefetch::$fetchStyle |
property |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
Holds the current fetch style (which will be used by the next fetch). |
StatementPrefetch::$pdoConnection |
property |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
Reference to the PDO connection object for this statement. |
StatementPrefetch::$queryString |
property |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
The query string. |
StatementPrefetch::$resultRowCount |
property |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
The number of rows in this result set. |
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 |
|
StatementPrefetch::fetch |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
|
StatementPrefetch::fetchAll |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
|
StatementPrefetch::fetchAllAssoc |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
|
StatementPrefetch::fetchAllKeyed |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
|
StatementPrefetch::fetchAssoc |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
|
StatementPrefetch::fetchCol |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
|
StatementPrefetch::fetchColumn |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
|
StatementPrefetch::fetchField |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
|
StatementPrefetch::fetchObject |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
|
StatementPrefetch::getConnectionTarget |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
|
StatementPrefetch::getQueryString |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
|
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 |
|
StatementPrefetch::setFetchMode |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
|
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. |
StatementPrefetch::__get |
function |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
Implements the magic __get() method. |