Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Select::union | function | core/ |
Add another Select query to UNION to this one. |
| Select::valueCallback | function | core/ |
Determines how user input is mapped to an element's #value property. |
| Select::__clone | function | core/ |
Implements the magic __clone function. |
| Select::__construct | function | core/ |
Constructs a Select object. |
| Select::__toString | function | core/ |
Implements PHP magic __toString method to convert the query to a string. |
| selectable.css | file | core/ |
/*! * jQuery UI Selectable 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license */ .ui-selectable { -ms-touch-action: none; touch-action:… |
| SelectCloneTest | class | core/ |
Tests cloning Select queries. |
| SelectCloneTest.php | file | core/ |
|
| SelectCloneTest::testNestedQueryCloning | function | core/ |
Tests that nested SELECT queries are cloned properly. |
| SelectCloneTest::testSelectConditionSubQueryCloning | function | core/ |
Test that subqueries as value within conditions are cloned properly. |
| SelectComplexTest | class | core/ |
Tests the Select query builder with more complex queries. |
| SelectComplexTest.php | file | core/ |
|
| SelectComplexTest::$modules | property | core/ |
Modules to enable. |
| SelectComplexTest::testCountQuery | function | core/ |
Tests that we can generate a count query from a built query. |
| SelectComplexTest::testCountQueryDistinct | function | core/ |
Tests that we can generate a count query from a query with distinct. |
| SelectComplexTest::testCountQueryFieldRemovals | function | core/ |
Tests that countQuery properly removes fields and expressions. |
| SelectComplexTest::testCountQueryGroupBy | function | core/ |
Tests that we can generate a count query from a query with GROUP BY. |
| SelectComplexTest::testCountQueryRemovals | function | core/ |
Tests that countQuery removes 'all_fields' statements and ordering clauses. |
| SelectComplexTest::testDefaultJoin | function | core/ |
Tests simple JOIN statements. |
| SelectComplexTest::testDistinct | function | core/ |
Tests distinct queries. |
| SelectComplexTest::testGroupBy | function | core/ |
Tests GROUP BY clauses. |
| SelectComplexTest::testGroupByAndHaving | function | core/ |
Tests GROUP BY and HAVING clauses together. |
| SelectComplexTest::testHavingCountQuery | function | core/ |
Tests having queries. |
| SelectComplexTest::testJoinConditionObject | function | core/ |
Test that join conditions can use Condition objects. |
| SelectComplexTest::testJoinSubquery | function | core/ |
Tests that we can join on a query. |
| SelectComplexTest::testJoinTwice | function | core/ |
Confirms we can join on a single table twice with a dynamic alias. |
| 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. |
Pagination
- Previous page
- Page 1087
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.