Search for all

  1. Search 9.5.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
SelectQueryExtender::getTables function includes/database/select.inc
SelectQueryExtender::getUnion function includes/database/select.inc
SelectQueryExtender::groupBy function includes/database/select.inc
SelectQueryExtender::hasAllTags function includes/database/select.inc
SelectQueryExtender::hasAnyTag function includes/database/select.inc
SelectQueryExtender::hasTag function includes/database/select.inc
SelectQueryExtender::having function includes/database/select.inc
SelectQueryExtender::havingArguments function includes/database/select.inc
SelectQueryExtender::havingCompile function includes/database/select.inc
SelectQueryExtender::havingCondition function includes/database/select.inc
SelectQueryExtender::havingConditions function includes/database/select.inc
SelectQueryExtender::innerJoin function includes/database/select.inc
SelectQueryExtender::isNotNull function includes/database/select.inc
SelectQueryExtender::isNull function includes/database/select.inc
SelectQueryExtender::isPrepared function includes/database/select.inc
SelectQueryExtender::join function includes/database/select.inc
SelectQueryExtender::leftJoin function includes/database/select.inc
SelectQueryExtender::nextPlaceholder function includes/database/select.inc Implements QueryPlaceholderInterface::nextPlaceholder().
SelectQueryExtender::notExists function includes/database/select.inc
SelectQueryExtender::orderBy function includes/database/select.inc
SelectQueryExtender::orderRandom function includes/database/select.inc
SelectQueryExtender::preExecute function includes/database/select.inc
SelectQueryExtender::range function includes/database/select.inc
SelectQueryExtender::rightJoin function includes/database/select.inc
SelectQueryExtender::union function includes/database/select.inc
SelectQueryExtender::uniqueIdentifier function includes/database/select.inc Implements QueryPlaceholderInterface::uniqueIdentifier().
SelectQueryExtender::where function includes/database/select.inc
SelectQueryExtender::__call function includes/database/select.inc Magic override for undefined methods.
SelectQueryExtender::__clone function includes/database/select.inc
SelectQueryExtender::__construct function includes/database/select.inc
SelectQueryExtender::__toString function includes/database/select.inc
SelectQueryInterface interface includes/database/select.inc Interface definition for a Select Query object.
SelectQueryInterface::addExpression function includes/database/select.inc Adds an expression to the list of "fields" to be SELECTed.
SelectQueryInterface::addField function includes/database/select.inc Adds a field to the list to be SELECTed.
SelectQueryInterface::addJoin function includes/database/select.inc Join against another table in the database.
SelectQueryInterface::countQuery function includes/database/select.inc Get the equivalent COUNT query of this query as a new query object.
SelectQueryInterface::distinct function includes/database/select.inc Sets this query to be DISTINCT.
SelectQueryInterface::fields function includes/database/select.inc Add multiple fields from the same table to be SELECTed.
SelectQueryInterface::forUpdate function includes/database/select.inc Add FOR UPDATE to the query.
SelectQueryInterface::getArguments function includes/database/select.inc Compiles and returns an associative array of the arguments for this prepared statement.
SelectQueryInterface::getExpressions function includes/database/select.inc Returns a reference to the expressions array for this query.
SelectQueryInterface::getFields function includes/database/select.inc Returns a reference to the fields array for this query.
SelectQueryInterface::getGroupBy function includes/database/select.inc Returns a reference to the group-by array for this query.
SelectQueryInterface::getOrderBy function includes/database/select.inc Returns a reference to the order by array for this query.
SelectQueryInterface::getTables function includes/database/select.inc Returns a reference to the tables array for this query.
SelectQueryInterface::getUnion function 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::groupBy function includes/database/select.inc Groups the result set by the specified field.
SelectQueryInterface::havingCondition function includes/database/select.inc Helper function to build most common HAVING conditional clauses.
SelectQueryInterface::innerJoin function includes/database/select.inc Inner Join against another table in the database.
SelectQueryInterface::isPrepared function includes/database/select.inc Indicates if preExecute() has already been called on that object.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.