Name Locationsort ascending Description
SelectQuery::havingConditions core/includes/database/select.inc Implements QueryConditionInterface::havingConditions().
SelectQuery::havingArguments core/includes/database/select.inc Implements QueryConditionInterface::havingArguments().
SelectQuery::having core/includes/database/select.inc Implements QueryConditionInterface::having().
SelectQuery::havingCompile core/includes/database/select.inc Implements QueryConditionInterface::havingCompile().
SelectQuery::extend core/includes/database/select.inc Implements QueryExtendableInterface::extend().
SelectQuery::havingIsNull core/includes/database/select.inc Implements QueryExtendableInterface::havingIsNull().
SelectQuery::havingIsNotNull core/includes/database/select.inc Implements QueryExtendableInterface::havingIsNotNull().
SelectQuery::havingExists core/includes/database/select.inc Implements QueryExtendableInterface::havingExists().
SelectQuery::havingNotExists core/includes/database/select.inc Implements QueryExtendableInterface::havingNotExists().
SelectQuery::forUpdate core/includes/database/select.inc Implements QueryExtendableInterface::forUpdate().
SelectQuery::getFields core/includes/database/select.inc Implements SelectQueryInterface::getFields().
SelectQuery::getExpressions core/includes/database/select.inc Implements SelectQueryInterface::getExpressions().
SelectQuery::getOrderBy core/includes/database/select.inc Implements SelectQueryInterface::getOrderBy().
SelectQuery::getGroupBy core/includes/database/select.inc Implements SelectQueryInterface::getGroupBy().
SelectQuery::getTables core/includes/database/select.inc Implements SelectQueryInterface::getTables().
SelectQuery::getUnion core/includes/database/select.inc Implements SelectQueryInterface::getUnion().
SelectQuery::getArguments core/includes/database/select.inc Implements SelectQueryInterface::getArguments().
SelectQuery::isPrepared core/includes/database/select.inc Implements SelectQueryInterface::isPrepared().
SelectQuery::preExecute core/includes/database/select.inc Implements SelectQueryInterface::preExecute().
SelectQuery::execute core/includes/database/select.inc Implements SelectQueryInterface::execute().
SelectQuery::distinct core/includes/database/select.inc Implements SelectQueryInterface::distinct().
SelectQuery::addField core/includes/database/select.inc Implements SelectQueryInterface::addField().
SelectQuery::fields core/includes/database/select.inc Implements SelectQueryInterface::fields().
SelectQuery::addExpression core/includes/database/select.inc Implements SelectQueryInterface::addExpression().
SelectQuery::join core/includes/database/select.inc Implements SelectQueryInterface::join().
SelectQuery::innerJoin core/includes/database/select.inc Implements SelectQueryInterface::innerJoin().
SelectQuery::leftJoin core/includes/database/select.inc Implements SelectQueryInterface::leftJoin().
SelectQuery::rightJoin core/includes/database/select.inc Implements SelectQueryInterface::rightJoin().
SelectQuery::addJoin core/includes/database/select.inc Implements SelectQueryInterface::addJoin().
SelectQuery::orderBy core/includes/database/select.inc Implements SelectQueryInterface::orderBy().
SelectQuery::orderRandom core/includes/database/select.inc Implements SelectQueryInterface::orderRandom().
SelectQuery::range core/includes/database/select.inc Implements SelectQueryInterface::range().
SelectQuery::union core/includes/database/select.inc Implements SelectQueryInterface::union().
SelectQuery::groupBy core/includes/database/select.inc Implements SelectQueryInterface::groupBy().
SelectQuery::countQuery core/includes/database/select.inc Implements SelectQueryInterface::countQuery().
SelectQuery::__toString core/includes/database/select.inc Implements PHP magic __toString method to convert the query to a string.
SelectQuery::__clone core/includes/database/select.inc Implements the magic __clone function.
DatabaseSchema::createTableSql core/includes/database/schema.inc Generate an array of query strings suitable for creating a table.
DatabaseSchema::__construct core/includes/database/schema.inc
DatabaseSchema::__clone core/includes/database/schema.inc Implements the magic __clone function.
DatabaseSchema::uniqueIdentifier core/includes/database/schema.inc Implements QueryPlaceHolderInterface::uniqueIdentifier().
DatabaseSchema::nextPlaceholder core/includes/database/schema.inc Implements QueryPlaceHolderInterface::nextPlaceholder().
DatabaseSchema::getPrefixInfo core/includes/database/schema.inc Get information about the table name and schema from the prefix.
DatabaseSchema::prefixNonTable core/includes/database/schema.inc Create names for indexes, primary keys and constraints.
DatabaseSchema::buildTableNameCondition core/includes/database/schema.inc Build a condition to match a table name against a standard information_schema.
DatabaseSchema::tableExists core/includes/database/schema.inc Check if a table exists.
DatabaseSchema::findTables core/includes/database/schema.inc Find all tables that are like the specified base table name.
DatabaseSchema::fieldExists core/includes/database/schema.inc Check if a column exists in the given table.
DatabaseSchema::getFieldTypeMap core/includes/database/schema.inc Returns a mapping of Backdrop schema field names to DB-native field types.
DatabaseSchema::renameTable core/includes/database/schema.inc Rename a table.

Pages