Skip to main content
Silkscreen CMS API
  • Login
  • Home

Search for union

You are here

  1. Home »
  2. API reference »
  3. 1.20.x
Name Type Location Description
SelectQuery::union function includes/database/select.inc Implements SelectQueryInterface::union().
SelectQuery::$union property includes/database/select.inc 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/database/select.inc Implements SelectQueryInterface::getUnion().
SelectQueryExtender::union function includes/database/select.inc Add another Select query to UNION to this one.
SelectQueryInterface::union function includes/database/select.inc Add another Select query to UNION to this one.
SelectQueryExtender::getUnion function includes/database/select.inc Returns a reference to the union queries for this query. This include queries for UNION, UNION ALL, and UNION DISTINCT.
SelectQueryInterface::getUnion function includes/database/select.inc Returns a reference to the union queries for this query. This include queries for UNION, UNION ALL, and UNION DISTINCT.
DatabaseSelectTestCase::testUnion function modules/simpletest/tests/database_test.test Test that we can UNION multiple Select queries together. This is semantically equal to UNION DISTINCT, so we don't explicity test that.
DatabaseSelectTestCase::testUnionAll function modules/simpletest/tests/database_test.test Test that we can UNION ALL multiple Select queries together.

Search 1.20.x

Partial match search is supported

API Navigation

  • 1.20.x
  • Topics
  • Classes
  • Functions
  • Files
  • Constants
  • Globals
  • Deprecated
Powered by Silkscreen CMS