Skip to content

Structure

SQLUnionSubquery

A trivial copy of SQLSubquery with a different type for its subquery property.
struct SQLUnionSubquery

Overview

As with SQLCommonUnionBuilder, this type is only necessary because of design oversights made when the original support for unions was added (the way subquery support, which was not implemented at the time, would work was not anticipated, so some types got more hardcoded than was wise); we can’t fix them without breaking public API, so this annoying duplication of code is used as a workaround.

See also SQLUnionSubqueryBuilder.

Topics

Initializers

Instance Properties

Instance Methods

Relationships

Conforms To

See Also

Clause Expressions