Search for union
- Search 9.5.x for union
- Search 8.9.x for union
- Search 10.3.x for union
- Search 11.x for union
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DatabaseSelectTestCase::testUnion | function | modules/ |
Test that we can UNION multiple Select queries together. This is semantically equal to UNION DISTINCT, so we don't explicitly test that. |
DatabaseSelectTestCase::testUnionAll | function | modules/ |
Test that we can UNION ALL multiple Select queries together. |
DatabaseSelectTestCase::testUnionOrder | function | modules/ |
Tests that we can UNION multiple Select queries together and set the ORDER. |
DatabaseSelectTestCase::testUnionOrderLimit | function | modules/ |
Tests that we can UNION multiple Select queries together with a LIMIT. |
SelectQuery::$union | property | includes/ |
An array whose elements specify a query to UNION, and the UNION type. The 'type' key may be '', 'ALL', or 'DISTINCT' to represent a 'UNION', 'UNION ALL', or 'UNION DISTINCT'… |
SelectQuery::getUnion | function | includes/ |
Returns a reference to the union queries for this query. This include queries for UNION, UNION ALL, and UNION DISTINCT. |
SelectQuery::union | function | includes/ |
Add another Select query to UNION to this one. |
SelectQueryExtender::getUnion | function | includes/ |
Returns a reference to the union queries for this query. This include queries for UNION, UNION ALL, and UNION DISTINCT. |
SelectQueryExtender::union | function | includes/ |
Add another Select query to UNION to this one. |
SelectQueryInterface::getUnion | function | includes/ |
Returns a reference to the union queries for this query. This include queries for UNION, UNION ALL, and UNION DISTINCT. |
SelectQueryInterface::union | function | includes/ |
Add another Select query to UNION to this one. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.