-
The SQL UNION statement.
Declaration
Swift
case union(Select) -
The SQL UNION ALL statement.
Declaration
Swift
case unionAll(Select) -
Build the query component using
QueryBuilder.Throws
QueryError.syntaxError if query build fails.Declaration
Swift
public func build(queryBuilder: QueryBuilder) throws -> StringParameters
queryBuilderThe QueryBuilder to use.
Return Value
A String representation of the query component.
View on GitHub
Union Enumeration Reference