Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| select.inc | file | includes/ |
Select builder for SQLite embedded database engine. |
| select.inc | file | includes/ |
Select builder for PostgreSQL database engine. |
| SelectQuery | class | includes/ |
Query builder for SELECT statements. |
| SelectQuery::$alterMetaData | property | includes/ |
The query metadata for alter purposes. |
| SelectQuery::$alterTags | property | includes/ |
The query tags. |
| SelectQuery::$distinct | property | includes/ |
Whether or not this query should be DISTINCT |
| SelectQuery::$expressions | property | includes/ |
The expressions to SELECT as virtual fields. |
| SelectQuery::$fields | property | includes/ |
The fields to SELECT. |
| SelectQuery::$forUpdate | property | includes/ |
The FOR UPDATE status |
| SelectQuery::$group | property | includes/ |
The fields by which to group. |
| SelectQuery::$having | property | includes/ |
The conditional object for the HAVING clause. |
| SelectQuery::$order | property | includes/ |
The fields by which to order this query. |
| SelectQuery::$prepared | property | includes/ |
Indicates if preExecute() has already been called. |
| SelectQuery::$range | property | includes/ |
The range limiters for this query. |
| SelectQuery::$tables | property | includes/ |
The tables against which to JOIN. |
| SelectQuery::$union | property | includes/ |
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/ |
The conditional object for the WHERE clause. |
| SelectQuery::addExpression | function | includes/ |
Adds an expression to the list of "fields" to be SELECTed. |
| SelectQuery::addField | function | includes/ |
Adds a field to the list to be SELECTed. |
| SelectQuery::addJoin | function | includes/ |
Join against another table in the database. |
| SelectQuery::addMetaData | function | includes/ |
Adds additional metadata to the query. |
| SelectQuery::addTag | function | includes/ |
Adds a tag to a query. |
| SelectQuery::arguments | function | includes/ |
Gets a complete list of all values to insert into the prepared statement. |
| SelectQuery::compile | function | includes/ |
Compiles the saved conditions for later retrieval. |
| SelectQuery::compiled | function | includes/ |
Check whether a condition has been previously compiled. |
| SelectQuery::condition | function | includes/ |
Helper function: builds the most common conditional clauses. |
| SelectQuery::conditions | function | includes/ |
Gets a complete list of all conditions in this conditional clause. |
| SelectQuery::countQuery | function | includes/ |
Get the equivalent COUNT query of this query as a new query object. |
| SelectQuery::distinct | function | includes/ |
Sets this query to be DISTINCT. |
| SelectQuery::execute | function | includes/ |
Runs the query against the database. |
| SelectQuery::exists | function | includes/ |
Sets a condition that the specified subquery returns values. |
| SelectQuery::extend | function | includes/ |
Enhance this object by wrapping it in an extender object. |
| SelectQuery::fields | function | includes/ |
Add multiple fields from the same table to be SELECTed. |
| SelectQuery::forUpdate | function | includes/ |
Add FOR UPDATE to the query. |
| SelectQuery::getArguments | function | includes/ |
Compiles and returns an associative array of the arguments for this prepared statement. |
| SelectQuery::getExpressions | function | includes/ |
Returns a reference to the expressions array for this query. |
| SelectQuery::getFields | function | includes/ |
Returns a reference to the fields array for this query. |
| SelectQuery::getGroupBy | function | includes/ |
Returns a reference to the group-by array for this query. |
| SelectQuery::getMetaData | function | includes/ |
Retrieves a given piece of metadata. |
| SelectQuery::getOrderBy | function | includes/ |
Returns a reference to the order by array for this query. |
| SelectQuery::getTables | function | includes/ |
Returns a reference to the tables array for this query. |
| SelectQuery::getUnion | function | includes/ |
Returns a reference to the union queries for this query. This include queries for UNION, UNION ALL, and UNION DISTINCT. |
| SelectQuery::groupBy | function | includes/ |
Groups the result set by the specified field. |
| SelectQuery::hasAllTags | function | includes/ |
Determines if a given query has all specified tags. |
| SelectQuery::hasAnyTag | function | includes/ |
Determines if a given query has any specified tag. |
| SelectQuery::hasTag | function | includes/ |
Determines if a given query has a given tag. |
| SelectQuery::having | function | includes/ |
|
| SelectQuery::havingArguments | function | includes/ |
|
| SelectQuery::havingCompile | function | includes/ |
|
| SelectQuery::havingCondition | function | includes/ |
Helper function to build most common HAVING conditional clauses. |
Pagination
- Previous page
- Page 167
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.