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
SelectQueryExtender::$uniqueIdentifier property includes/database/select.inc A unique identifier for this query object.
SelectQueryExtender::addExpression function includes/database/select.inc Adds an expression to the list of "fields" to be SELECTed.
SelectQueryExtender::addField function includes/database/select.inc Adds a field to the list to be SELECTed.
SelectQueryExtender::addJoin function includes/database/select.inc Join against another table in the database.
SelectQueryExtender::addMetaData function includes/database/select.inc Adds additional metadata to the query.
SelectQueryExtender::addTag function includes/database/select.inc Adds a tag to a query.
SelectQueryExtender::arguments function includes/database/select.inc Gets a complete list of all values to insert into the prepared statement.
SelectQueryExtender::compile function includes/database/select.inc Compiles the saved conditions for later retrieval.
SelectQueryExtender::compiled function includes/database/select.inc Check whether a condition has been previously compiled.
SelectQueryExtender::condition function includes/database/select.inc Helper function: builds the most common conditional clauses.
SelectQueryExtender::conditions function includes/database/select.inc Gets a complete list of all conditions in this conditional clause.
SelectQueryExtender::countQuery function includes/database/select.inc Get the equivalent COUNT query of this query as a new query object.
SelectQueryExtender::distinct function includes/database/select.inc Sets this query to be DISTINCT.
SelectQueryExtender::execute function includes/database/select.inc
SelectQueryExtender::exists function includes/database/select.inc Sets a condition that the specified subquery returns values.
SelectQueryExtender::extend function includes/database/select.inc Enhance this object by wrapping it in an extender object.
SelectQueryExtender::fields function includes/database/select.inc Add multiple fields from the same table to be SELECTed.
SelectQueryExtender::forUpdate function includes/database/select.inc Add FOR UPDATE to the query.
SelectQueryExtender::getArguments function includes/database/select.inc Compiles and returns an associative array of the arguments for this prepared statement.
SelectQueryExtender::getExpressions function includes/database/select.inc Returns a reference to the expressions array for this query.
SelectQueryExtender::getFields function includes/database/select.inc Returns a reference to the fields array for this query.
SelectQueryExtender::getGroupBy function includes/database/select.inc Returns a reference to the group-by array for this query.
SelectQueryExtender::getMetaData function includes/database/select.inc Retrieves a given piece of metadata.
SelectQueryExtender::getOrderBy function includes/database/select.inc Returns a reference to the order by array for this query.
SelectQueryExtender::getTables function includes/database/select.inc Returns a reference to the tables array for this query.
SelectQueryExtender::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.
SelectQueryExtender::groupBy function includes/database/select.inc Groups the result set by the specified field.
SelectQueryExtender::hasAllTags function includes/database/select.inc Determines if a given query has all specified tags.
SelectQueryExtender::hasAnyTag function includes/database/select.inc Determines if a given query has any specified tag.
SelectQueryExtender::hasTag function includes/database/select.inc Determines if a given query has a given tag.
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 Helper function to build most common HAVING conditional clauses.
SelectQueryExtender::havingConditions function includes/database/select.inc
SelectQueryExtender::innerJoin function includes/database/select.inc Inner Join against another table in the database.
SelectQueryExtender::isNotNull function includes/database/select.inc Sets a condition that the specified field be NOT NULL.
SelectQueryExtender::isNull function includes/database/select.inc Sets a condition that the specified field be NULL.
SelectQueryExtender::isPrepared function includes/database/select.inc Indicates if preExecute() has already been called on that object.
SelectQueryExtender::join function includes/database/select.inc Default Join against another table in the database.
SelectQueryExtender::leftJoin function includes/database/select.inc Left Outer Join against another table in the database.
SelectQueryExtender::nextPlaceholder function includes/database/select.inc Implements QueryPlaceholderInterface::nextPlaceholder().
SelectQueryExtender::notExists function includes/database/select.inc Sets a condition that the specified subquery returns no values.
SelectQueryExtender::orderBy function includes/database/select.inc Orders the result set by a given field.
SelectQueryExtender::orderRandom function includes/database/select.inc Orders the result set by a random value.
SelectQueryExtender::preExecute function includes/database/select.inc Generic preparation and validation for a SELECT query.
SelectQueryExtender::range function includes/database/select.inc Restricts a query to a given range in the result set.
SelectQueryExtender::rightJoin function includes/database/select.inc Right Outer Join against another table in the database.
SelectQueryExtender::union function includes/database/select.inc Add another Select query to UNION to this one.
SelectQueryExtender::uniqueIdentifier function includes/database/select.inc Implements QueryPlaceholderInterface::uniqueIdentifier().

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