Name Locationsort ascending Description
Database::renameConnection core/includes/database/database.inc Rename a connection and its corresponding connection information.
Database::removeConnection core/includes/database/database.inc Remove a connection and its corresponding connection information.
Database::openConnection core/includes/database/database.inc Opens a connection to the server specified by the given key and target.
Database::closeConnection core/includes/database/database.inc Closes a connection to the server specified by the given key and target.
Database::ignoreTarget core/includes/database/database.inc Instructs the system to temporarily ignore a given key/target.
Database::loadDriverFile core/includes/database/database.inc Load a file for the database that might hold a class.
DatabaseTransaction::__construct core/includes/database/database.inc
DatabaseTransaction::__destruct core/includes/database/database.inc
DatabaseTransaction::name core/includes/database/database.inc Retrieves the name of the transaction or savepoint.
DatabaseTransaction::rollback core/includes/database/database.inc Rolls back the current transaction.
DatabaseStatementInterface::execute core/includes/database/database.inc Executes a prepared statement
DatabaseStatementInterface::getQueryString core/includes/database/database.inc Gets the query string of this statement.
DatabaseStatementInterface::rowCount core/includes/database/database.inc Returns the number of rows affected by the last SQL statement.
DatabaseStatementInterface::fetchField core/includes/database/database.inc Returns a single field from the next record of a result set.
DatabaseStatementInterface::fetchAssoc core/includes/database/database.inc Fetches the next row and returns it as an associative array.
DatabaseStatementInterface::fetchCol core/includes/database/database.inc Returns an entire single column of a result set as an indexed array.
DatabaseStatementInterface::fetchAllKeyed core/includes/database/database.inc Returns the entire result set as a single associative array.
DatabaseStatementInterface::fetchAllAssoc core/includes/database/database.inc Returns the result set as an associative array keyed by the given field.
DatabaseStatementBase::__construct core/includes/database/database.inc
DatabaseStatementBase::execute core/includes/database/database.inc Executes a prepared statement
DatabaseStatementBase::getQueryString core/includes/database/database.inc Gets the query string of this statement.
DatabaseStatementBase::fetchCol core/includes/database/database.inc Returns an entire single column of a result set as an indexed array.
DatabaseStatementBase::fetchAllAssoc core/includes/database/database.inc Returns the result set as an associative array keyed by the given field.
DatabaseStatementBase::fetchAllKeyed core/includes/database/database.inc Returns the entire result set as a single associative array.
DatabaseStatementBase::fetchField core/includes/database/database.inc Returns a single field from the next record of a result set.
DatabaseStatementBase::fetchAssoc core/includes/database/database.inc Fetches the next row and returns it as an associative array.
DatabaseStatementEmpty::execute core/includes/database/database.inc Executes a prepared statement
DatabaseStatementEmpty::getQueryString core/includes/database/database.inc Gets the query string of this statement.
DatabaseStatementEmpty::rowCount core/includes/database/database.inc Returns the number of rows affected by the last SQL statement.
DatabaseStatementEmpty::setFetchMode core/includes/database/database.inc
DatabaseStatementEmpty::fetch core/includes/database/database.inc
DatabaseStatementEmpty::fetchField core/includes/database/database.inc Returns a single field from the next record of a result set.
DatabaseStatementEmpty::fetchObject core/includes/database/database.inc
DatabaseConnection::createDatabase core/includes/database/database.inc Creates a database.
DatabaseStatementEmpty::fetchAssoc core/includes/database/database.inc Fetches the next row and returns it as an associative array.
DatabaseStatementEmpty::fetchAll core/includes/database/database.inc
DatabaseStatementEmpty::fetchCol core/includes/database/database.inc Returns an entire single column of a result set as an indexed array.
DatabaseStatementEmpty::fetchAllKeyed core/includes/database/database.inc Returns the entire result set as a single associative array.
DatabaseStatementEmpty::fetchAllAssoc core/includes/database/database.inc Returns the result set as an associative array keyed by the given field.
DatabaseStatementEmpty::current core/includes/database/database.inc
DatabaseStatementEmpty::key core/includes/database/database.inc
DatabaseStatementEmpty::rewind core/includes/database/database.inc
DatabaseStatementEmpty::next core/includes/database/database.inc
DatabaseStatementEmpty::valid core/includes/database/database.inc
db_query core/includes/database/database.inc Executes an arbitrary query string against the active database.
db_query_range core/includes/database/database.inc Executes a query against the active database, restricted to a range.
db_query_temporary core/includes/database/database.inc Executes a SELECT query string and saves the result set to a temporary table.
db_insert core/includes/database/database.inc Returns a new InsertQuery object for the active database.
db_merge core/includes/database/database.inc Returns a new MergeQuery object for the active database.
db_update core/includes/database/database.inc Returns a new UpdateQuery object for the active database.

Pages