Search for union
- Search 7.x for union
- Search 9.5.x for union
- Search 10.3.x for union
- Search 11.x for union
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
Select::$union | property | core/ |
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'… |
Select::getUnion | function | core/ |
Returns a reference to the union queries for this query. This include queries for UNION, UNION ALL, and UNION DISTINCT. |
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. This include queries for UNION, UNION ALL, and UNION DISTINCT. |
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. This include queries for UNION, UNION ALL, and UNION DISTINCT. |
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.