Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
StatementBase::$result property core/lib/Drupal/Core/Database/Statement/StatementBase.php The results of a data query language (DQL) statement.
StatementBase::dispatchStatementExecutionEndEvent function core/lib/Drupal/Core/Database/Statement/StatementBase.php Dispatches an event informing that the statement execution succeeded.
StatementBase::dispatchStatementExecutionFailureEvent function core/lib/Drupal/Core/Database/Statement/StatementBase.php Dispatches an event informing of the statement execution failure.
StatementBase::dispatchStatementExecutionStartEvent function core/lib/Drupal/Core/Database/Statement/StatementBase.php Dispatches an event informing that the statement execution begins.
StatementBase::execute function core/lib/Drupal/Core/Database/Statement/StatementBase.php
StatementBase::fetch function core/lib/Drupal/Core/Database/Statement/StatementBase.php
StatementBase::fetchAll function core/lib/Drupal/Core/Database/Statement/StatementBase.php
StatementBase::fetchAllAssoc function core/lib/Drupal/Core/Database/Statement/StatementBase.php
StatementBase::fetchAllKeyed function core/lib/Drupal/Core/Database/Statement/StatementBase.php
StatementBase::fetchAssoc function core/lib/Drupal/Core/Database/Statement/StatementBase.php
StatementBase::fetchCol function core/lib/Drupal/Core/Database/Statement/StatementBase.php
StatementBase::fetchField function core/lib/Drupal/Core/Database/Statement/StatementBase.php
StatementBase::fetchObject function core/lib/Drupal/Core/Database/Statement/StatementBase.php
StatementBase::getClientStatement function core/lib/Drupal/Core/Database/Statement/StatementBase.php Returns the client-level database statement object.
StatementBase::getConnectionTarget function core/lib/Drupal/Core/Database/Statement/StatementBase.php
StatementBase::getQueryString function core/lib/Drupal/Core/Database/Statement/StatementBase.php
StatementBase::hasClientStatement function core/lib/Drupal/Core/Database/Statement/StatementBase.php Determines if the client-level database statement object exists.
StatementBase::rowCount function core/lib/Drupal/Core/Database/Statement/StatementBase.php
StatementBase::setFetchMode function core/lib/Drupal/Core/Database/Statement/StatementBase.php
StatementBase::__construct function core/lib/Drupal/Core/Database/Statement/StatementBase.php Constructor.
StatementEvent.php file core/lib/Drupal/Core/Database/Event/StatementEvent.php
StatementExecutionEndEvent class core/lib/Drupal/Core/Database/Event/StatementExecutionEndEvent.php Represents the end of a statement execution as an event.
StatementExecutionEndEvent.php file core/lib/Drupal/Core/Database/Event/StatementExecutionEndEvent.php
StatementExecutionEndEvent::getElapsedTime function core/lib/Drupal/Core/Database/Event/StatementExecutionEndEvent.php Gets the query execution elapsed time.
StatementExecutionEndEvent::__construct function core/lib/Drupal/Core/Database/Event/StatementExecutionEndEvent.php Constructs a StatementExecutionEndEvent object.
StatementExecutionFailureEvent class core/lib/Drupal/Core/Database/Event/StatementExecutionFailureEvent.php Represents the failure of a statement execution as an event.
StatementExecutionFailureEvent.php file core/lib/Drupal/Core/Database/Event/StatementExecutionFailureEvent.php
StatementExecutionFailureEvent::__construct function core/lib/Drupal/Core/Database/Event/StatementExecutionFailureEvent.php Constructor.
StatementExecutionStartEvent class core/lib/Drupal/Core/Database/Event/StatementExecutionStartEvent.php Represents the start of a statement execution as an event.
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 column.
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 column value 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.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.