| QueryExtendableInterface::extend | includes/database/select.inc | Enhance this object by wrapping it in an extender object. |
| SelectQuery::extend | includes/database/select.inc | |
| SelectQueryExtender::addExpression | includes/database/select.inc | Adds an expression to the list of "fields" to be SELECTed. |
| SelectQueryExtender::addField | includes/database/select.inc | Adds a field to the list to be SELECTed. |
| SelectQueryExtender::addJoin | includes/database/select.inc | Join against another table in the database. |
| SelectQueryExtender::addMetaData | includes/database/select.inc | |
| SelectQueryExtender::addTag | includes/database/select.inc | |
| SelectQueryExtender::arguments | includes/database/select.inc | |
| SelectQueryExtender::compile | includes/database/select.inc | |
| SelectQueryExtender::compiled | includes/database/select.inc | |
| SelectQueryExtender::condition | includes/database/select.inc | |
| SelectQueryExtender::conditions | includes/database/select.inc | |
| SelectQueryExtender::countQuery | includes/database/select.inc | Get the equivalent COUNT query of this query as a new query object. |
| SelectQueryExtender::distinct | includes/database/select.inc | Sets this query to be DISTINCT. |
| SelectQueryExtender::execute | includes/database/select.inc | |
| SelectQueryExtender::exists | includes/database/select.inc | |
| SelectQueryExtender::extend | includes/database/select.inc | |
| SelectQueryExtender::fields | includes/database/select.inc | Add multiple fields from the same table to be SELECTed. |
| SelectQueryExtender::forUpdate | includes/database/select.inc | Add FOR UPDATE to the query. |
| SelectQueryExtender::getArguments | includes/database/select.inc | Compiles and returns an associative array of the arguments for this prepared statement. |
| SelectQueryExtender::getExpressions | includes/database/select.inc | Returns a reference to the expressions array for this query. |
| SelectQueryExtender::getFields | includes/database/select.inc | Returns a reference to the fields array for this query. |
| SelectQueryExtender::getGroupBy | includes/database/select.inc | Returns a reference to the group-by array for this query. |
| SelectQueryExtender::getMetaData | includes/database/select.inc | |
| SelectQueryExtender::getOrderBy | includes/database/select.inc | Returns a reference to the order by array for this query. |
| SelectQueryExtender::getTables | includes/database/select.inc | Returns a reference to the tables array for this query. |
| SelectQueryExtender::getUnion | 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 | includes/database/select.inc | Groups the result set by the specified field. |
| SelectQueryExtender::hasAllTags | includes/database/select.inc | |
| SelectQueryExtender::hasAnyTag | includes/database/select.inc | |
| SelectQueryExtender::hasTag | includes/database/select.inc | |
| SelectQueryExtender::having | includes/database/select.inc | |
| SelectQueryExtender::havingArguments | includes/database/select.inc | |
| SelectQueryExtender::havingCompile | includes/database/select.inc | |
| SelectQueryExtender::havingCondition | includes/database/select.inc | Helper function to build most common HAVING conditional clauses. |
| SelectQueryExtender::havingConditions | includes/database/select.inc | |
| SelectQueryExtender::innerJoin | includes/database/select.inc | Inner Join against another table in the database. |
| SelectQueryExtender::isNotNull | includes/database/select.inc | |
| SelectQueryExtender::isNull | includes/database/select.inc | |
| SelectQueryExtender::isPrepared | includes/database/select.inc | Indicates if preExecute() has already been called on that object. |
| SelectQueryExtender::join | includes/database/select.inc | Default Join against another table in the database. |
| SelectQueryExtender::leftJoin | includes/database/select.inc | Left Outer Join against another table in the database. |
| SelectQueryExtender::nextPlaceholder | includes/database/select.inc | Implements QueryPlaceholderInterface::nextPlaceholder(). |
| SelectQueryExtender::notExists | includes/database/select.inc | |
| SelectQueryExtender::orderBy | includes/database/select.inc | Orders the result set by a given field. |
| SelectQueryExtender::orderRandom | includes/database/select.inc | Orders the result set by a random value. |