Name Locationsort ascending Description
Query::__construct core/includes/database/query.inc Constructs a Query object.
Query::__sleep core/includes/database/query.inc Implements the magic __sleep function to disconnect from the database.
Query::__wakeup core/includes/database/query.inc Implements the magic __wakeup function to reconnect to the database.
Query::__clone core/includes/database/query.inc Implements the magic __clone function.
Query::execute core/includes/database/query.inc Runs the query against the database.
Query::__toString core/includes/database/query.inc Implements PHP magic __toString method to convert the query to a string.
Query::uniqueIdentifier core/includes/database/query.inc Returns a unique identifier for this object.
Query::nextPlaceholder core/includes/database/query.inc Gets the next placeholder value for this query object.
Query::comment core/includes/database/query.inc Adds a comment to the query.
Query::getComments core/includes/database/query.inc Returns a reference to the comments array for the query.
InsertQuery::__construct core/includes/database/query.inc Constructs an InsertQuery object.
InsertQuery::fields core/includes/database/query.inc Adds a set of field->value pairs to be inserted.
InsertQuery::values core/includes/database/query.inc Adds another set of values to the query to be inserted.
InsertQuery::useDefaults core/includes/database/query.inc Specifies fields for which the database defaults should be used.
InsertQuery::from core/includes/database/query.inc Sets the fromQuery on this InsertQuery object.
InsertQuery::execute core/includes/database/query.inc Executes the insert query.
InsertQuery::__toString core/includes/database/query.inc Implements PHP magic __toString method to convert the query to a string.
InsertQuery::preExecute core/includes/database/query.inc Preprocesses and validates the query.
DeleteQuery::__construct core/includes/database/query.inc Constructs a DeleteQuery object.
DeleteQuery::condition core/includes/database/query.inc Implements QueryConditionInterface::condition().
DeleteQuery::isNull core/includes/database/query.inc Implements QueryConditionInterface::isNull().
DeleteQuery::isNotNull core/includes/database/query.inc Implements QueryConditionInterface::isNotNull().
DeleteQuery::exists core/includes/database/query.inc Implements QueryConditionInterface::exists().
DeleteQuery::notExists core/includes/database/query.inc Implements QueryConditionInterface::notExists().
DeleteQuery::conditions core/includes/database/query.inc Implements QueryConditionInterface::conditions().
DeleteQuery::arguments core/includes/database/query.inc Implements QueryConditionInterface::arguments().
DatabaseStatementPrefetch::execute core/includes/database/prefetch.inc Executes a prepared statement.
DatabaseStatementPrefetch::throwPDOException core/includes/database/prefetch.inc Throw a PDO Exception based on the last PDO error.
DatabaseStatementPrefetch::getStatement core/includes/database/prefetch.inc Grab a PDOStatement object from a given query and its arguments.
DatabaseStatementPrefetch::getQueryString core/includes/database/prefetch.inc Return the object's SQL query string.
DatabaseStatementPrefetch::setFetchMode core/includes/database/prefetch.inc
DatabaseStatementPrefetch::current core/includes/database/prefetch.inc
DatabaseStatementPrefetch::key core/includes/database/prefetch.inc
DatabaseStatementPrefetch::rewind core/includes/database/prefetch.inc
DatabaseStatementPrefetch::next core/includes/database/prefetch.inc
DatabaseStatementPrefetch::valid core/includes/database/prefetch.inc
DatabaseStatementPrefetch::rowCount core/includes/database/prefetch.inc Returns the number of rows affected by the last SQL statement.
DatabaseStatementPrefetch::fetch core/includes/database/prefetch.inc
DatabaseStatementPrefetch::fetchColumn core/includes/database/prefetch.inc
DatabaseStatementPrefetch::fetchField core/includes/database/prefetch.inc Returns a single field from the next record of a result set.
DatabaseStatementPrefetch::fetchObject core/includes/database/prefetch.inc
DatabaseStatementPrefetch::fetchAssoc core/includes/database/prefetch.inc Fetches the next row and returns it as an associative array.
DatabaseStatementPrefetch::fetchAll core/includes/database/prefetch.inc
DatabaseStatementPrefetch::fetchCol core/includes/database/prefetch.inc Returns an entire single column of a result set as an indexed array.
DatabaseStatementPrefetch::fetchAllKeyed core/includes/database/prefetch.inc Returns the entire result set as a single associative array.
DatabaseStatementPrefetch::fetchAllAssoc core/includes/database/prefetch.inc Returns the result set as an associative array keyed by the given field.
DatabaseStatementPrefetch::__construct core/includes/database/prefetch.inc
DatabaseSchema_mysql::getPrefixInfo core/includes/database/mysql/schema.inc Get information about the table and database name from the prefix.
DatabaseSchema_mysql::buildTableNameCondition core/includes/database/mysql/schema.inc Build a condition to match a table name against a standard information_schema.
DatabaseSchema_mysql::createTableSql core/includes/database/mysql/schema.inc Generate SQL to create a new table from a Backdrop schema definition.

Pages