Search for union
| Title | Object type | File name | Summary |
|---|---|---|---|
| Select::$union | property | core/ |
An array whose elements specify a query to UNION, and the UNION type. |
| Select::getUnion | function | core/ |
Returns a reference to the union queries for this query. |
| Select::union | function | core/ |
Add another Select query to UNION to this one. |
| SelectExtender::getUnion | function | core/ |
Returns a reference to the union queries for this query. |
| SelectExtender::union | function | core/ |
Add another Select query to UNION to this one. |
| SelectInterface::getUnion | function | core/ |
Returns a reference to the union queries for this query. |
| SelectInterface::union | function | core/ |
Add another Select query to UNION to this one. |
| SelectTest::testUnion | function | core/ |
Tests that we can UNION multiple Select queries together. |
| SelectTest::testUnionAll | function | core/ |
Tests that we can UNION ALL multiple SELECT queries together. |
| SelectTest::testUnionCount | function | core/ |
Tests that we can get a count query for a UNION Select query. |
| SelectTest::testUnionOrder | function | core/ |
Tests that we can UNION multiple Select queries together and set the ORDER. |
| SelectTest::testUnionOrderLimit | function | core/ |
Tests that we can UNION multiple Select queries together with and a LIMIT. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.