Skip to content

Structure

SQLUnionJoiner

An expression representing one of the six supported query union operations.
struct SQLUnionJoiner

Overview

If the current dialect does not support a given operation, no SQL is output, typically resulting in invalid syntax in the overall query.

See SQLUnion and SQLUnionBuilder.

Topics

Initializers

Instance Properties

Instance Methods

Enumerations

  • enum Type
    The supported query union operations.

Relationships

Conforms To

See Also

Clause Expressions