Name Locationsort descending Description
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
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.
db_delete core/includes/database/database.inc Returns a new DeleteQuery object for the active database.
db_truncate core/includes/database/database.inc Returns a new TruncateQuery object for the active database.
db_select core/includes/database/database.inc Returns a new SelectQuery object for the active database.
db_transaction core/includes/database/database.inc Returns a new transaction object for the active database.
db_set_active core/includes/database/database.inc Sets a new active database.
db_escape_table core/includes/database/database.inc Restricts a dynamic table name to safe characters.
db_escape_field core/includes/database/database.inc Restricts a dynamic column or constraint name to safe characters.
db_like core/includes/database/database.inc Escapes characters that work as wildcard characters in a LIKE pattern.
db_driver core/includes/database/database.inc Retrieves the name of the currently active database driver.
db_close core/includes/database/database.inc Closes the active database connection.
db_next_id core/includes/database/database.inc Retrieves a unique id.

Pages