Search for extend
- Search 9.5.x for extend
- Search 8.9.x for extend
- Search 10.3.x for extend
- Search 11.x for extend
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
SelectQueryExtender::join | function | includes/ |
Default Join against another table in the database. |
SelectQueryExtender::leftJoin | function | includes/ |
Left Outer Join against another table in the database. |
SelectQueryExtender::nextPlaceholder | function | includes/ |
Implements QueryPlaceholderInterface::nextPlaceholder(). |
SelectQueryExtender::notExists | function | includes/ |
Sets a condition that the specified subquery returns no values. |
SelectQueryExtender::orderBy | function | includes/ |
Orders the result set by a given field. |
SelectQueryExtender::orderRandom | function | includes/ |
Orders the result set by a random value. |
SelectQueryExtender::preExecute | function | includes/ |
Generic preparation and validation for a SELECT query. |
SelectQueryExtender::range | function | includes/ |
Restricts a query to a given range in the result set. |
SelectQueryExtender::rightJoin | function | includes/ |
Right Outer Join against another table in the database. |
SelectQueryExtender::union | function | includes/ |
Add another Select query to UNION to this one. |
SelectQueryExtender::uniqueIdentifier | function | includes/ |
Implements QueryPlaceholderInterface::uniqueIdentifier(). |
SelectQueryExtender::where | function | includes/ |
Adds an arbitrary WHERE clause to the query. |
SelectQueryExtender::__call | function | includes/ |
Magic override for undefined methods. |
SelectQueryExtender::__clone | function | includes/ |
Clone magic method. |
SelectQueryExtender::__construct | function | includes/ |
|
SelectQueryExtender::__toString | function | includes/ |
|
UnicodeUnitTest::$extendedMode | property | modules/ |
Whether to run the extended version of the tests (including non latin1 characters). |
Pagination
- Previous page
- Page 2
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.