Skip to content

Protocol

SQLCommonUnionBuilder

Builds SQLUnion queries. Provides common behavior for SQLUnionBuilder and SQLUnionSubqueryBuilder.
protocol SQLCommonUnionBuilder : SQLPartialResultBuilder

Overview

Note

This abstraction is necessary only because SQLUnionBuilder did not take the use of unions in subqueries into account in its original design; it would break public API to fix it without this workaround.

Topics

Instance Properties

  • union
    The union query generated by this builder.

Instance Methods

Relationships

Inherits From

Conforming Types