Search for databases

  1. Search 9.5.x for databases
  2. Search 8.9.x for databases
  3. Search 10.3.x for databases
  4. Search 11.x for databases
  5. Search main for databases
  6. Other projects
Title Object type File name Summary
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 Returns the result set as an associative array keyed by the given field.
DatabaseStatementPrefetch::fetchAllKeyed function includes/database/prefetch.inc Returns the entire result set as a single associative array.
DatabaseStatementPrefetch::fetchAssoc function includes/database/prefetch.inc Fetches the next row and returns it as an associative array.
DatabaseStatementPrefetch::fetchCol function includes/database/prefetch.inc Returns an entire single column of a result set as an indexed array.
DatabaseStatementPrefetch::fetchColumn function includes/database/prefetch.inc
DatabaseStatementPrefetch::fetchField function includes/database/prefetch.inc Returns a single field from the next record of a result set.
DatabaseStatementPrefetch::fetchObject function includes/database/prefetch.inc
DatabaseStatementPrefetch::getQueryString function includes/database/prefetch.inc Return the object's SQL query string.
DatabaseStatementPrefetch::getStatement function includes/database/prefetch.inc Grab a PDOStatement object from a given query and its arguments.
DatabaseStatementPrefetch::key function includes/database/prefetch.inc #[\ReturnTypeWillChange]
DatabaseStatementPrefetch::next function includes/database/prefetch.inc #[\ReturnTypeWillChange]
DatabaseStatementPrefetch::rewind function includes/database/prefetch.inc #[\ReturnTypeWillChange]
DatabaseStatementPrefetch::rowCount function includes/database/prefetch.inc Returns the number of rows affected by the last SQL statement.
DatabaseStatementPrefetch::setFetchMode function includes/database/prefetch.inc
DatabaseStatementPrefetch::throwPDOException function includes/database/prefetch.inc Throw a PDO Exception based on the last PDO error.
DatabaseStatementPrefetch::valid function includes/database/prefetch.inc #[\ReturnTypeWillChange]
DatabaseStatementPrefetch::__construct function includes/database/prefetch.inc
DatabaseStatement_sqlite class includes/database/sqlite/database.inc Specific SQLite implementation of DatabaseConnection.
DatabaseStatement_sqlite::execute function includes/database/sqlite/database.inc Executes a prepared statement.
DatabaseStatement_sqlite::getStatement function includes/database/sqlite/database.inc SQLite specific implementation of getStatement().
DatabaseTasks::validateDatabaseSettings function includes/install.inc Validates driver specific configuration settings.
DatabaseTasks_sqlite::validateDatabaseSettings function includes/database/sqlite/install.inc Validates driver specific configuration settings.

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