Search for d

  1. Search 9.5.x for d
  2. Search 8.9.x for d
  3. Search 10.3.x for d
  4. Search 11.x for d
  5. Other projects
Title Object type File name Summary
DatabaseStatementBase::fetchField function includes/database/database.inc
DatabaseStatementBase::getQueryString function includes/database/database.inc
DatabaseStatementBase::__construct function includes/database/database.inc
DatabaseStatementEmpty class includes/database/database.inc Empty implementation of a database statement.
DatabaseStatementEmpty::current function includes/database/database.inc #[\ReturnTypeWillChange]
DatabaseStatementEmpty::execute function includes/database/database.inc
DatabaseStatementEmpty::fetch function includes/database/database.inc
DatabaseStatementEmpty::fetchAll function includes/database/database.inc
DatabaseStatementEmpty::fetchAllAssoc function includes/database/database.inc
DatabaseStatementEmpty::fetchAllKeyed function includes/database/database.inc
DatabaseStatementEmpty::fetchAssoc function includes/database/database.inc
DatabaseStatementEmpty::fetchCol function includes/database/database.inc
DatabaseStatementEmpty::fetchField function includes/database/database.inc
DatabaseStatementEmpty::fetchObject function includes/database/database.inc
DatabaseStatementEmpty::getQueryString function includes/database/database.inc
DatabaseStatementEmpty::key function includes/database/database.inc #[\ReturnTypeWillChange]
DatabaseStatementEmpty::next function includes/database/database.inc #[\ReturnTypeWillChange]
DatabaseStatementEmpty::rewind function includes/database/database.inc #[\ReturnTypeWillChange]
DatabaseStatementEmpty::rowCount function includes/database/database.inc
DatabaseStatementEmpty::setFetchMode function includes/database/database.inc
DatabaseStatementEmpty::valid function includes/database/database.inc #[\ReturnTypeWillChange]
DatabaseStatementInterface interface includes/database/database.inc Represents a prepared statement.
DatabaseStatementInterface::execute function includes/database/database.inc Executes a prepared statement
DatabaseStatementInterface::fetchAllAssoc function includes/database/database.inc Returns the result set as an associative array keyed by the given field.
DatabaseStatementInterface::fetchAllKeyed function includes/database/database.inc Returns the entire result set as a single associative array.
DatabaseStatementInterface::fetchAssoc function includes/database/database.inc Fetches the next row and returns it as an associative array.
DatabaseStatementInterface::fetchCol function includes/database/database.inc Returns an entire single column of a result set as an indexed array.
DatabaseStatementInterface::fetchField function includes/database/database.inc Returns a single field from the next record of a result set.
DatabaseStatementInterface::getQueryString function includes/database/database.inc Gets the query string of this statement.
DatabaseStatementInterface::rowCount function includes/database/database.inc Returns the number of rows affected by the last SQL statement.
DatabaseStatementPrefetch class includes/database/prefetch.inc An implementation of DatabaseStatementInterface that prefetches all data.
DatabaseStatementPrefetch::$columnNames property includes/database/prefetch.inc The list of column names in this result set.
DatabaseStatementPrefetch::$currentKey property includes/database/prefetch.inc The key of the current row.
DatabaseStatementPrefetch::$currentRow property includes/database/prefetch.inc The current row, retrieved in PDO::FETCH_ASSOC format.
DatabaseStatementPrefetch::$data property includes/database/prefetch.inc Main data store.
DatabaseStatementPrefetch::$dbh property includes/database/prefetch.inc Reference to the database connection object for this statement.
DatabaseStatementPrefetch::$defaultFetchOptions property includes/database/prefetch.inc Holds supplementary default fetch options.
DatabaseStatementPrefetch::$defaultFetchStyle property includes/database/prefetch.inc Holds the default fetch style.
DatabaseStatementPrefetch::$driverOptions property includes/database/prefetch.inc Driver-specific options. Can be used by child classes.
DatabaseStatementPrefetch::$fetchOptions property includes/database/prefetch.inc Holds supplementary current fetch options (which will be used by the next fetch).
DatabaseStatementPrefetch::$fetchStyle property includes/database/prefetch.inc Holds the current fetch style (which will be used by the next fetch).
DatabaseStatementPrefetch::$queryString property includes/database/prefetch.inc The query string.
DatabaseStatementPrefetch::$resultRowCount property includes/database/prefetch.inc The number of rows in this result set.
DatabaseStatementPrefetch::$rowCount property includes/database/prefetch.inc The number of rows affected by the last query.
DatabaseStatementPrefetch::current function includes/database/prefetch.inc Return the current row formatted according to the current fetch style.
DatabaseStatementPrefetch::execute function includes/database/prefetch.inc Executes a prepared statement.
DatabaseStatementPrefetch::fetch function includes/database/prefetch.inc
DatabaseStatementPrefetch::fetchAll function includes/database/prefetch.inc
DatabaseStatementPrefetch::fetchAllAssoc function includes/database/prefetch.inc
DatabaseStatementPrefetch::fetchAllKeyed function includes/database/prefetch.inc

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