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
select.inc file includes/database/sqlite/select.inc Select builder for SQLite embedded database engine.
select.inc file includes/database/pgsql/select.inc Select builder for PostgreSQL database engine.
SelectQuery class includes/database/select.inc Query builder for SELECT statements.
SelectQuery::$alterMetaData property includes/database/select.inc The query metadata for alter purposes.
SelectQuery::$alterTags property includes/database/select.inc The query tags.
SelectQuery::$distinct property includes/database/select.inc Whether or not this query should be DISTINCT
SelectQuery::$expressions property includes/database/select.inc The expressions to SELECT as virtual fields.
SelectQuery::$fields property includes/database/select.inc The fields to SELECT.
SelectQuery::$forUpdate property includes/database/select.inc The FOR UPDATE status
SelectQuery::$group property includes/database/select.inc The fields by which to group.
SelectQuery::$having property includes/database/select.inc The conditional object for the HAVING clause.
SelectQuery::$order property includes/database/select.inc The fields by which to order this query.
SelectQuery::$prepared property includes/database/select.inc Indicates if preExecute() has already been called.
SelectQuery::$range property includes/database/select.inc The range limiters for this query.
SelectQuery::$tables property includes/database/select.inc The tables against which to JOIN.
SelectQuery::$union property includes/database/select.inc An array whose elements specify a query to UNION, and the UNION type. The
'type' key may be '', 'ALL', or 'DISTINCT' to represent a 'UNION',
'UNION ALL', or 'UNION DISTINCT'…
SelectQuery::$where property includes/database/select.inc The conditional object for the WHERE clause.
SelectQuery::addExpression function includes/database/select.inc Adds an expression to the list of "fields" to be SELECTed.
SelectQuery::addField function includes/database/select.inc Adds a field to the list to be SELECTed.
SelectQuery::addJoin function includes/database/select.inc Join against another table in the database.
SelectQuery::addMetaData function includes/database/select.inc Adds additional metadata to the query.
SelectQuery::addTag function includes/database/select.inc Adds a tag to a query.
SelectQuery::arguments function includes/database/select.inc Gets a complete list of all values to insert into the prepared statement.
SelectQuery::compile function includes/database/select.inc Compiles the saved conditions for later retrieval.
SelectQuery::compiled function includes/database/select.inc Check whether a condition has been previously compiled.
SelectQuery::condition function includes/database/select.inc Helper function: builds the most common conditional clauses.
SelectQuery::conditions function includes/database/select.inc Gets a complete list of all conditions in this conditional clause.
SelectQuery::countQuery function includes/database/select.inc Get the equivalent COUNT query of this query as a new query object.
SelectQuery::distinct function includes/database/select.inc Sets this query to be DISTINCT.
SelectQuery::execute function includes/database/select.inc Runs the query against the database.
SelectQuery::exists function includes/database/select.inc Sets a condition that the specified subquery returns values.
SelectQuery::extend function includes/database/select.inc Enhance this object by wrapping it in an extender object.
SelectQuery::fields function includes/database/select.inc Add multiple fields from the same table to be SELECTed.
SelectQuery::forUpdate function includes/database/select.inc Add FOR UPDATE to the query.
SelectQuery::getArguments function includes/database/select.inc Compiles and returns an associative array of the arguments for this prepared statement.
SelectQuery::getExpressions function includes/database/select.inc Returns a reference to the expressions array for this query.
SelectQuery::getFields function includes/database/select.inc Returns a reference to the fields array for this query.
SelectQuery::getGroupBy function includes/database/select.inc Returns a reference to the group-by array for this query.
SelectQuery::getMetaData function includes/database/select.inc Retrieves a given piece of metadata.
SelectQuery::getOrderBy function includes/database/select.inc Returns a reference to the order by array for this query.
SelectQuery::getTables function includes/database/select.inc Returns a reference to the tables array for this query.
SelectQuery::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.
SelectQuery::groupBy function includes/database/select.inc Groups the result set by the specified field.
SelectQuery::hasAllTags function includes/database/select.inc Determines if a given query has all specified tags.
SelectQuery::hasAnyTag function includes/database/select.inc Determines if a given query has any specified tag.
SelectQuery::hasTag function includes/database/select.inc Determines if a given query has a given tag.
SelectQuery::having function includes/database/select.inc
SelectQuery::havingArguments function includes/database/select.inc
SelectQuery::havingCompile function includes/database/select.inc
SelectQuery::havingCondition function includes/database/select.inc Helper function to build most common HAVING conditional clauses.

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