Search for select
- Search 7.x for select
- Search 8.9.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/ |
SQLite implementation of \Drupal\Core\Database\Query\Select. |
Select | class | core/ |
MySQL implementation of \Drupal\Core\Database\Query\Select. |
Select | class | core/ |
MySQL test implementation of \Drupal\Core\Database\Query\Select. |
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/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\Select. |
Select | class | core/ |
|
Select | class | core/ |
CorefakeWithAllCustomClasses implementation of \Drupal\Core\Database\Select. |
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. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
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. |
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. |
SelectExtender::havingExists | function | core/ |
Sets a HAVING condition that the specified subquery returns values. |
SelectExtender::havingIsNotNull | function | core/ |
Sets a condition in the HAVING clause that the specified field be NOT NULL. |
SelectExtender::havingIsNull | function | core/ |
Sets a condition in the HAVING clause that the specified field be NULL. |
SelectExtender::havingNotExists | function | core/ |
Sets a HAVING condition that the specified subquery returns no values. |
SelectExtender::innerJoin | function | core/ |
Inner Join against another table in the database. |
SelectExtender::isNotNull | function | core/ |
Sets a condition that the specified field be NOT NULL. |
SelectExtender::isNull | function | core/ |
Sets a condition that the specified field be NULL. |
SelectExtender::isPrepared | function | core/ |
Indicates if preExecute() has already been called on that object. |
SelectExtender::join | function | core/ |
Default Join against another table in the database. |
SelectExtender::leftJoin | function | core/ |
Left Outer Join against another table in the database. |
SelectExtender::nextPlaceholder | function | core/ |
Returns the next placeholder ID for the query. |
SelectExtender::notExists | function | core/ |
Sets a condition that the specified subquery returns no values. |
SelectExtender::orConditionGroup | function | core/ |
Creates a new group of conditions ORed together. |
SelectExtender::orderBy | function | core/ |
Orders the result set by a given field. |
SelectExtender::orderRandom | function | core/ |
Orders the result set by a random value. |
SelectExtender::preExecute | function | core/ |
Generic preparation and validation for a SELECT query. |
SelectExtender::range | function | core/ |
Restricts a query to a given range in the result set. |
SelectExtender::union | function | core/ |
Add another Select query to UNION to this one. |
SelectExtender::uniqueIdentifier | function | core/ |
Returns a unique identifier for this object. |
SelectExtender::where | function | core/ |
Adds an arbitrary WHERE clause to the query. |
SelectExtender::__call | function | core/ |
Magic override for undefined methods. |
SelectExtender::__clone | function | core/ |
Clone magic method. |
SelectExtender::__construct | function | core/ |
|
SelectExtender::__toString | function | core/ |
Returns a string representation of how the query will be executed in SQL. |
SelectExtenderTest | class | core/ |
Tests the Select query extender classes. |
SelectExtenderTest.php | file | core/ |
|
SelectExtenderTest::providerExtend | function | core/ |
Data provider for testExtend(). |
SelectExtenderTest::testExtend | function | core/ |
@covers ::extend @covers \Drupal\Core\Database\Query\SelectExtender::extend @dataProvider providerExtend |
SelectInterface | interface | core/ |
Interface definition for a Select Query object. |
SelectInterface.php | file | core/ |
|
SelectInterface::addExpression | function | core/ |
Adds an expression to the list of "fields" to be SELECTed. |
SelectInterface::addField | function | core/ |
Adds a field to the list to be SELECTed. |
SelectInterface::addJoin | function | core/ |
Join against another table in the database. |
SelectInterface::countQuery | function | core/ |
Get the equivalent COUNT query of this query as a new query object. |
SelectInterface::distinct | function | core/ |
Sets this query to be DISTINCT. |
SelectInterface::escapeField | function | core/ |
Escapes a field name string. |
Pagination
- Previous page
- Page 13
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.