Search for select

  1. Search 9.5.x for select
  2. Search 8.9.x for select
  3. Search 10.3.x for select
  4. Search 11.x for select
  5. Other projects
Title Object type File name Summary
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.
SelectQuery::havingConditions function includes/database/select.inc
SelectQuery::havingExists function includes/database/select.inc
SelectQuery::havingIsNotNull function includes/database/select.inc
SelectQuery::havingIsNull function includes/database/select.inc
SelectQuery::havingNotExists function includes/database/select.inc
SelectQuery::innerJoin function includes/database/select.inc Inner Join against another table in the database.
SelectQuery::isNotNull function includes/database/select.inc Sets a condition that the specified field be NOT NULL.
SelectQuery::isNull function includes/database/select.inc Sets a condition that the specified field be NULL.
SelectQuery::isPrepared function includes/database/select.inc Indicates if preExecute() has already been called on that object.
SelectQuery::join function includes/database/select.inc Default Join against another table in the database.
SelectQuery::leftJoin function includes/database/select.inc Left Outer Join against another table in the database.
SelectQuery::notExists function includes/database/select.inc Sets a condition that the specified subquery returns no values.
SelectQuery::orderBy function includes/database/select.inc Orders the result set by a given field.
SelectQuery::orderRandom function includes/database/select.inc Orders the result set by a random value.
SelectQuery::preExecute function includes/database/select.inc Generic preparation and validation for a SELECT query.
SelectQuery::range function includes/database/select.inc Restricts a query to a given range in the result set.
SelectQuery::rightJoin function includes/database/select.inc Right Outer Join against another table in the database.
SelectQuery::union function includes/database/select.inc Add another Select query to UNION to this one.
SelectQuery::where function includes/database/select.inc Adds an arbitrary WHERE clause to the query.
SelectQuery::__clone function includes/database/select.inc Implements the magic __clone function.
SelectQuery::__construct function includes/database/select.inc Constructs a Query object.
SelectQuery::__toString function includes/database/select.inc Implements PHP magic __toString method to convert the query to a string.
SelectQueryExtender class includes/database/select.inc The base extender class for Select queries.
SelectQueryExtender::$connection property includes/database/select.inc The connection object on which to run this query.
SelectQueryExtender::$placeholder property includes/database/select.inc The placeholder counter.
SelectQueryExtender::$query property includes/database/select.inc The SelectQuery object we are extending/decorating.

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