Name Locationsort descending Description
DatabaseSchema::dropUniqueKey core/includes/database/schema.inc Drop a unique key.
DatabaseSchema::addIndex core/includes/database/schema.inc Add an index.
DatabaseSchema::dropIndex core/includes/database/schema.inc Drop an index.
DatabaseSchema::changeField core/includes/database/schema.inc Change a field definition.
DatabaseSchema::createTable core/includes/database/schema.inc Create a new table from a Backdrop table definition.
DatabaseSchema::fieldNames core/includes/database/schema.inc Return an array of field names from an array of key/index column specifiers.
DatabaseSchema::prepareComment core/includes/database/schema.inc Prepare a table or column comment for database query.
DatabaseSchema::createTableSql core/includes/database/schema.inc Generate an array of query strings suitable for creating a table.
QueryExtendableInterface::extend core/includes/database/select.inc Enhance this object by wrapping it in an extender object.
SelectQueryInterface::getFields core/includes/database/select.inc Returns a reference to the fields array for this query.
SelectQueryInterface::getExpressions core/includes/database/select.inc Returns a reference to the expressions array for this query.
SelectQueryInterface::getOrderBy core/includes/database/select.inc Returns a reference to the order by array for this query.
SelectQueryInterface::getGroupBy core/includes/database/select.inc Returns a reference to the group-by array for this query.
SelectQueryInterface::getTables core/includes/database/select.inc Returns a reference to the tables array for this query.
SelectQueryInterface::getUnion core/includes/database/select.inc Returns a reference to the union queries for this query. This include queries for UNION, UNION ALL, and UNION DISTINCT.
SelectQueryInterface::getArguments core/includes/database/select.inc Compiles and returns an associative array of the arguments for this prepared statement.
SelectQueryInterface::distinct core/includes/database/select.inc Sets this query to be DISTINCT.
SelectQueryInterface::addField core/includes/database/select.inc Adds a field to the list to be SELECTed.
SelectQueryInterface::fields core/includes/database/select.inc Add multiple fields from the same table to be selected.
SelectQueryInterface::addExpression core/includes/database/select.inc Adds an expression to the list of "fields" to be selected.
SelectQueryInterface::join core/includes/database/select.inc Default Join against another table in the database.
SelectQueryInterface::innerJoin core/includes/database/select.inc Inner Join against another table in the database.
SelectQueryInterface::leftJoin core/includes/database/select.inc Left Outer Join against another table in the database.
SelectQueryInterface::rightJoin core/includes/database/select.inc Right Outer Join against another table in the database.
SelectQueryInterface::addJoin core/includes/database/select.inc Join against another table in the database.
SelectQueryInterface::orderBy core/includes/database/select.inc Orders the result set by a given field.
SelectQueryInterface::orderRandom core/includes/database/select.inc Orders the result set by a random value.
SelectQueryInterface::range core/includes/database/select.inc Restricts a query to a given range in the result set.
SelectQueryInterface::union core/includes/database/select.inc Add another Select query to UNION to this one.
SelectQueryInterface::groupBy core/includes/database/select.inc Groups the result set by the specified field.
SelectQueryInterface::countQuery core/includes/database/select.inc Get the equivalent COUNT query of this query as a new query object.
SelectQueryInterface::isPrepared core/includes/database/select.inc Indicates if preExecute() has already been called on that object.
SelectQueryInterface::preExecute core/includes/database/select.inc Generic preparation and validation for a SELECT query.
SelectQueryInterface::havingCondition core/includes/database/select.inc Helper function to build most common HAVING conditional clauses.
SelectQueryInterface::__clone core/includes/database/select.inc Clone magic method.
SelectQueryInterface::forUpdate core/includes/database/select.inc Add FOR UPDATE to the query.
SelectQueryExtender::__construct core/includes/database/select.inc
SelectQueryExtender::uniqueIdentifier core/includes/database/select.inc Implements QueryPlaceholderInterface::uniqueIdentifier().
SelectQueryExtender::nextPlaceholder core/includes/database/select.inc Implements QueryPlaceholderInterface::nextPlaceholder().
SelectQueryExtender::addTag core/includes/database/select.inc Adds a tag to a query.
SelectQueryExtender::hasTag core/includes/database/select.inc Determines if a given query has a given tag.
SelectQueryExtender::hasAllTags core/includes/database/select.inc Determines if a given query has all specified tags.
SelectQueryExtender::hasAnyTag core/includes/database/select.inc Determines if a given query has any specified tag.
SelectQueryExtender::addMetaData core/includes/database/select.inc Adds additional metadata to the query.
SelectQueryExtender::getMetaData core/includes/database/select.inc Retrieves a given piece of metadata.
SelectQueryExtender::condition core/includes/database/select.inc Helper function: builds the most common conditional clauses.
SelectQueryExtender::conditions core/includes/database/select.inc Gets a complete list of all conditions in this conditional clause.
SelectQueryExtender::arguments core/includes/database/select.inc Gets a complete list of all values to insert into the prepared statement.
SelectQueryExtender::where core/includes/database/select.inc Adds an arbitrary WHERE clause to the query.
SelectQueryExtender::compile core/includes/database/select.inc Compiles the saved conditions for later retrieval.

Pages