Skip to content

Instance Method

add(_:joiner:)

Add an additional query to the union using the provided joiner.
mutating func add(_ query: SQLSelect, joiner: SQLUnionJoiner)

Parameters

query

The query to add.

joiner

THe joiner to use. See SQLUnionJoiner.