Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| SelectQueryExtender::getTables | function | includes/ |
|
| SelectQueryExtender::getUnion | function | includes/ |
|
| SelectQueryExtender::groupBy | function | includes/ |
|
| SelectQueryExtender::hasAllTags | function | includes/ |
|
| SelectQueryExtender::hasAnyTag | function | includes/ |
|
| SelectQueryExtender::hasTag | function | includes/ |
|
| SelectQueryExtender::having | function | includes/ |
|
| SelectQueryExtender::havingArguments | function | includes/ |
|
| SelectQueryExtender::havingCompile | function | includes/ |
|
| SelectQueryExtender::havingCondition | function | includes/ |
|
| SelectQueryExtender::havingConditions | function | includes/ |
|
| SelectQueryExtender::innerJoin | function | includes/ |
|
| SelectQueryExtender::isNotNull | function | includes/ |
|
| SelectQueryExtender::isNull | function | includes/ |
|
| SelectQueryExtender::isPrepared | function | includes/ |
|
| SelectQueryExtender::join | function | includes/ |
|
| SelectQueryExtender::leftJoin | function | includes/ |
|
| SelectQueryExtender::nextPlaceholder | function | includes/ |
Implements QueryPlaceholderInterface::nextPlaceholder(). |
| SelectQueryExtender::notExists | function | includes/ |
|
| SelectQueryExtender::orderBy | function | includes/ |
|
| SelectQueryExtender::orderRandom | function | includes/ |
|
| SelectQueryExtender::preExecute | function | includes/ |
|
| SelectQueryExtender::range | function | includes/ |
|
| SelectQueryExtender::rightJoin | function | includes/ |
|
| SelectQueryExtender::union | function | includes/ |
|
| SelectQueryExtender::uniqueIdentifier | function | includes/ |
Implements QueryPlaceholderInterface::uniqueIdentifier(). |
| SelectQueryExtender::where | function | includes/ |
|
| SelectQueryExtender::__call | function | includes/ |
Magic override for undefined methods. |
| SelectQueryExtender::__clone | function | includes/ |
|
| SelectQueryExtender::__construct | function | includes/ |
|
| SelectQueryExtender::__toString | function | includes/ |
|
| SelectQueryInterface | interface | includes/ |
Interface definition for a Select Query object. |
| SelectQueryInterface::addExpression | function | includes/ |
Adds an expression to the list of "fields" to be SELECTed. |
| SelectQueryInterface::addField | function | includes/ |
Adds a field to the list to be SELECTed. |
| SelectQueryInterface::addJoin | function | includes/ |
Join against another table in the database. |
| SelectQueryInterface::countQuery | function | includes/ |
Get the equivalent COUNT query of this query as a new query object. |
| SelectQueryInterface::distinct | function | includes/ |
Sets this query to be DISTINCT. |
| SelectQueryInterface::fields | function | includes/ |
Add multiple fields from the same table to be SELECTed. |
| SelectQueryInterface::forUpdate | function | includes/ |
Add FOR UPDATE to the query. |
| SelectQueryInterface::getArguments | function | includes/ |
Compiles and returns an associative array of the arguments for this prepared statement. |
| SelectQueryInterface::getExpressions | function | includes/ |
Returns a reference to the expressions array for this query. |
| SelectQueryInterface::getFields | function | includes/ |
Returns a reference to the fields array for this query. |
| SelectQueryInterface::getGroupBy | function | includes/ |
Returns a reference to the group-by array for this query. |
| SelectQueryInterface::getOrderBy | function | includes/ |
Returns a reference to the order by array for this query. |
| SelectQueryInterface::getTables | function | includes/ |
Returns a reference to the tables array for this query. |
| SelectQueryInterface::getUnion | function | includes/ |
Returns a reference to the union queries for this query. This include queries for UNION, UNION ALL, and UNION DISTINCT. |
| SelectQueryInterface::groupBy | function | includes/ |
Groups the result set by the specified field. |
| SelectQueryInterface::havingCondition | function | includes/ |
Helper function to build most common HAVING conditional clauses. |
| SelectQueryInterface::innerJoin | function | includes/ |
Inner Join against another table in the database. |
| SelectQueryInterface::isPrepared | function | includes/ |
Indicates if preExecute() has already been called on that object. |
Pagination
- Previous page
- Page 169
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.