StatementExecutionStartEvent.php |
file |
core/lib/Drupal/Core/Database/Event/StatementExecutionStartEvent.php |
|
StatementExecutionStartEvent::__construct |
function |
core/lib/Drupal/Core/Database/Event/StatementExecutionStartEvent.php |
Constructs a StatementExecutionStartEvent object. |
StatementExecutionSubscriber |
class |
core/lib/Drupal/Core/Database/EventSubscriber/StatementExecutionSubscriber.php |
Response subscriber to statement executions. |
StatementExecutionSubscriber.php |
file |
core/lib/Drupal/Core/Database/EventSubscriber/StatementExecutionSubscriber.php |
|
StatementExecutionSubscriber::getSubscribedEvents |
function |
core/lib/Drupal/Core/Database/EventSubscriber/StatementExecutionSubscriber.php |
|
StatementExecutionSubscriber::onStatementExecutionEnd |
function |
core/lib/Drupal/Core/Database/EventSubscriber/StatementExecutionSubscriber.php |
Subscribes to a statement execution finished event. |
StatementInterface |
interface |
core/lib/Drupal/Core/Database/StatementInterface.php |
Represents a prepared statement. |
StatementInterface.php |
file |
core/lib/Drupal/Core/Database/StatementInterface.php |
|
StatementInterface::execute |
function |
core/lib/Drupal/Core/Database/StatementInterface.php |
Executes a prepared statement. |
StatementInterface::fetch |
function |
core/lib/Drupal/Core/Database/StatementInterface.php |
Fetches the next row from a result set. |
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::getConnectionTarget |
function |
core/lib/Drupal/Core/Database/StatementInterface.php |
Returns the target connection this statement is associated with. |
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. |
StatementIteratorTrait |
trait |
core/lib/Drupal/Core/Database/StatementIteratorTrait.php |
StatementInterface iterator trait. |
StatementIteratorTrait.php |
file |
core/lib/Drupal/Core/Database/StatementIteratorTrait.php |
|
StatementIteratorTrait::$isResultsetIterable |
property |
core/lib/Drupal/Core/Database/StatementIteratorTrait.php |
Traces if rows can be fetched from the resultset. |
StatementIteratorTrait::$resultsetKey |
property |
core/lib/Drupal/Core/Database/StatementIteratorTrait.php |
The key of the current row. |
StatementIteratorTrait::$resultsetRow |
property |
core/lib/Drupal/Core/Database/StatementIteratorTrait.php |
The current row, retrieved in the current fetch format. |
StatementIteratorTrait::current |
function |
core/lib/Drupal/Core/Database/StatementIteratorTrait.php |
Returns the current element. |
StatementIteratorTrait::getResultsetCurrentRowIndex |
function |
core/lib/Drupal/Core/Database/StatementIteratorTrait.php |
Returns the row index of the current element in the resultset. |
StatementIteratorTrait::key |
function |
core/lib/Drupal/Core/Database/StatementIteratorTrait.php |
Returns the key of the current element. |
StatementIteratorTrait::markResultsetFetchingComplete |
function |
core/lib/Drupal/Core/Database/StatementIteratorTrait.php |
Informs the iterator that no more rows can be fetched from the resultset. |
StatementIteratorTrait::markResultsetIterable |
function |
core/lib/Drupal/Core/Database/StatementIteratorTrait.php |
Informs the iterator whether rows can be fetched from the resultset. |
StatementIteratorTrait::next |
function |
core/lib/Drupal/Core/Database/StatementIteratorTrait.php |
Moves the current position to the next element. |
StatementIteratorTrait::rewind |
function |
core/lib/Drupal/Core/Database/StatementIteratorTrait.php |
Rewinds back to the first element of the Iterator. |
StatementIteratorTrait::setResultsetCurrentRow |
function |
core/lib/Drupal/Core/Database/StatementIteratorTrait.php |
Sets the current resultset row for the iterator, and increments the key. |
StatementIteratorTrait::valid |
function |
core/lib/Drupal/Core/Database/StatementIteratorTrait.php |
Checks if current position is valid. |
StatementPrefetch |
class |
core/lib/Drupal/Core/Database/StatementPrefetch.php |
An implementation of StatementInterface that pre-fetches 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. |