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
SelectQuery::addField function includes/database/select.inc
SelectQuery::addJoin function includes/database/select.inc
SelectQuery::addMetaData function includes/database/select.inc
SelectQuery::addTag function includes/database/select.inc
SelectQuery::arguments function includes/database/select.inc
SelectQuery::compile function includes/database/select.inc
SelectQuery::compiled function includes/database/select.inc
SelectQuery::condition function includes/database/select.inc
SelectQuery::conditions function includes/database/select.inc
SelectQuery::countQuery function includes/database/select.inc
SelectQuery::distinct function includes/database/select.inc
SelectQuery::execute function includes/database/select.inc
SelectQuery::exists function includes/database/select.inc
SelectQuery::extend function includes/database/select.inc
SelectQuery::fields function includes/database/select.inc
SelectQuery::forUpdate function includes/database/select.inc
SelectQuery::getArguments function includes/database/select.inc
SelectQuery::getExpressions function includes/database/select.inc
SelectQuery::getFields function includes/database/select.inc
SelectQuery::getGroupBy function includes/database/select.inc
SelectQuery::getMetaData function includes/database/select.inc
SelectQuery::getOrderBy function includes/database/select.inc
SelectQuery::getTables function includes/database/select.inc
SelectQuery::getUnion function includes/database/select.inc
SelectQuery::groupBy function includes/database/select.inc
SelectQuery::hasAllTags function includes/database/select.inc
SelectQuery::hasAnyTag function includes/database/select.inc
SelectQuery::hasTag function includes/database/select.inc
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

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