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