Search for select
- Search 7.x for select
- Search 9.5.x for select
- Search 10.3.x for select
- Search 11.x for select
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Select | class | core/ |
MySQL test implementation of \Drupal\Core\Database\Query\Select. |
Select | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\Select. |
Select | class | core/ |
|
Select | class | core/ |
Provides a form element for a drop-down menu or scrolling selection box. |
Select | class | core/ |
SQLite implementation of \Drupal\Core\Database\Query\Select. |
Select | class | core/ |
MySQL implementation of \Drupal\Core\Database\Query\Select. |
Select | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\Select. |
Select | class | core/ |
Query builder for SELECT statements. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
Select.php | file | core/ |
|
Select.php | file | core/ |
|
Select.php | file | core/ |
|
Select.php | file | core/ |
|
Select.php | file | core/ |
|
Select.php | file | core/ |
|
Select.php | file | core/ |
|
Select.php | file | core/ |
|
Select::$distinct | property | core/ |
Whether or not this query should be DISTINCT |
Select::$expressions | property | core/ |
The expressions to SELECT as virtual fields. |
Select::$fields | property | core/ |
The fields to SELECT. |
Select::$forUpdate | property | core/ |
The FOR UPDATE status |
Select::$group | property | core/ |
The fields by which to group. |
Select::$having | property | core/ |
The conditional object for the HAVING clause. |
Select::$order | property | core/ |
The fields by which to order this query. |
Select::$prepared | property | core/ |
Indicates if preExecute() has already been called. |
Select::$range | property | core/ |
The range limiters for this query. |
Select::$tables | property | core/ |
The tables against which to JOIN. |
Select::$union | property | core/ |
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'… |
Select::addExpression | function | core/ |
Adds an expression to the list of "fields" to be SELECTed. |
Select::addExpression | function | core/ |
Adds an expression to the list of "fields" to be SELECTed. |
Select::addField | function | core/ |
Adds a field to the list to be SELECTed. |
Select::addJoin | function | core/ |
Join against another table in the database. |
Select::addMetaData | function | core/ |
Adds additional metadata to the query. |
Select::addTag | function | core/ |
Adds a tag to a query. |
Select::arguments | function | core/ |
Gets a complete list of all values to insert into the prepared statement. |
Select::compile | function | core/ |
Compiles the saved conditions for later retrieval. |
Select::compiled | function | core/ |
Check whether a condition has been previously compiled. |
Select::countQuery | function | core/ |
Get the equivalent COUNT query of this query as a new query object. |
Select::distinct | function | core/ |
Sets this query to be DISTINCT. |
Select::escapeField | function | core/ |
Escapes a field name string. |
Select::escapeLike | function | core/ |
Escapes characters that work as wildcard characters in a LIKE pattern. |
Select::execute | function | core/ |
Runs the query against the database. |
Select::execute | function | core/ |
Runs the query against the database. |
Select::extend | function | core/ |
Enhance this object by wrapping it in an extender object. |
Select::fields | function | core/ |
Add multiple fields from the same table to be SELECTed. |
Select::forUpdate | function | core/ |
Add FOR UPDATE to the query. |
Select::forUpdate | function | core/ |
Add FOR UPDATE to the query. |
Select::getArguments | function | core/ |
Compiles and returns an associative array of the arguments for this prepared statement. |
Select::getExpressions | function | core/ |
Returns a reference to the expressions array for this query. |
Select::getFields | function | core/ |
Returns a reference to the fields array for this query. |
Select::getGroupBy | function | core/ |
Returns a reference to the group-by array for this query. |
Select::getInfo | function | core/ |
Returns the element properties for this element. |
Select::getMetaData | function | core/ |
Retrieves a given piece of metadata. |
Select::getOrderBy | function | core/ |
Returns a reference to the order by array for this query. |
Select::getTables | function | core/ |
Returns a reference to the tables array for this query. |
Select::getUnion | function | core/ |
Returns a reference to the union queries for this query. This include queries for UNION, UNION ALL, and UNION DISTINCT. |
Select::groupBy | function | core/ |
Groups the result set by the specified field. |
Select::hasAllTags | function | core/ |
Determines if a given query has all specified tags. |
Select::hasAnyTag | function | core/ |
Determines if a given query has any specified tag. |
Pagination
- Previous page
- Page 10
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.