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 |
---|---|---|---|
SelectComplexTest::testLeftOuterJoin | function | core/ |
Tests LEFT OUTER joins. |
SelectComplexTest::testNestedConditions | function | core/ |
Confirms that we can properly nest conditional clauses. |
SelectComplexTest::testRange | function | core/ |
Tests range queries. |
SelectComplexTest::testRangeUndo | function | core/ |
Test whether the range property of a select clause can be undone. |
SelectComplexTest::testSelectWithRowCount | function | core/ |
Tests that rowCount() throws exception on SELECT query. |
SelectExtender | class | core/ |
The base extender class for Select queries. |
SelectExtender.php | file | core/ |
|
SelectExtender::$connection | property | core/ |
The connection object on which to run this query. |
SelectExtender::$placeholder | property | core/ |
The placeholder counter. |
SelectExtender::$query | property | core/ |
The Select query object we are extending/decorating. |
SelectExtender::$uniqueIdentifier | property | core/ |
A unique identifier for this query object. |
SelectExtender::addExpression | function | core/ |
Adds an expression to the list of "fields" to be SELECTed. |
SelectExtender::addField | function | core/ |
Adds a field to the list to be SELECTed. |
SelectExtender::addJoin | function | core/ |
Join against another table in the database. |
SelectExtender::addMetaData | function | core/ |
Adds additional metadata to the query. |
SelectExtender::addTag | function | core/ |
Adds a tag to a query. |
SelectExtender::alwaysFalse | function | core/ |
Sets a condition that is always false. |
SelectExtender::andConditionGroup | function | core/ |
Creates a new group of conditions ANDed together. |
SelectExtender::arguments | function | core/ |
Gets a complete list of all values to insert into the prepared statement. |
SelectExtender::compile | function | core/ |
Compiles the saved conditions for later retrieval. |
SelectExtender::compiled | function | core/ |
Check whether a condition has been previously compiled. |
SelectExtender::condition | function | core/ |
Helper function: builds the most common conditional clauses. |
SelectExtender::conditionGroupFactory | function | core/ |
Creates an object holding a group of conditions. |
SelectExtender::conditions | function | core/ |
Gets the, possibly nested, list of conditions in this conditional clause. |
SelectExtender::countQuery | function | core/ |
Get the equivalent COUNT query of this query as a new query object. |
SelectExtender::distinct | function | core/ |
Sets this query to be DISTINCT. |
SelectExtender::escapeField | function | core/ |
Escapes a field name string. |
SelectExtender::escapeLike | function | core/ |
Escapes characters that work as wildcard characters in a LIKE pattern. |
SelectExtender::execute | function | core/ |
Runs the query against the database. |
SelectExtender::exists | function | core/ |
Sets a condition that the specified subquery returns values. |
SelectExtender::extend | function | core/ |
Enhance this object by wrapping it in an extender object. |
SelectExtender::fields | function | core/ |
Add multiple fields from the same table to be SELECTed. |
SelectExtender::forUpdate | function | core/ |
Add FOR UPDATE to the query. |
SelectExtender::getArguments | function | core/ |
Compiles and returns an associative array of the arguments for this prepared statement. |
SelectExtender::getExpressions | function | core/ |
Returns a reference to the expressions array for this query. |
SelectExtender::getFields | function | core/ |
Returns a reference to the fields array for this query. |
SelectExtender::getGroupBy | function | core/ |
Returns a reference to the group-by array for this query. |
SelectExtender::getMetaData | function | core/ |
Retrieves a given piece of metadata. |
SelectExtender::getOrderBy | function | core/ |
Returns a reference to the order by array for this query. |
SelectExtender::getTables | function | core/ |
Returns a reference to the tables array for this query. |
SelectExtender::getUnion | function | core/ |
Returns a reference to the union queries for this query. This include queries for UNION, UNION ALL, and UNION DISTINCT. |
SelectExtender::groupBy | function | core/ |
Groups the result set by the specified field. |
SelectExtender::hasAllTags | function | core/ |
Determines if a given query has all specified tags. |
SelectExtender::hasAnyTag | function | core/ |
Determines if a given query has any specified tag. |
SelectExtender::hasTag | function | core/ |
Determines if a given query has a given tag. |
SelectExtender::having | function | core/ |
Adds an arbitrary HAVING clause to the query. |
SelectExtender::havingArguments | function | core/ |
Gets a list of all values to insert into the HAVING clause. |
SelectExtender::havingCompile | function | core/ |
Compiles the HAVING clause for later retrieval. |
SelectExtender::havingCondition | function | core/ |
Helper function to build most common HAVING conditional clauses. |
SelectExtender::havingConditions | function | core/ |
Gets a list of all conditions in the HAVING clause. |
Pagination
- Previous page
- Page 12
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.