Instance Method
union(_:)
Create a new
SQLUnionBuilder, providing a builder to create the first query.func union(_ predicate: (SQLSelectBuilder) throws -> SQLSelectBuilder) rethrows -> SQLUnionBuilder
See Also
DML queries
delete(from:)Create a newSQLDeleteBuilder.delete(from:)Create a newSQLDeleteBuilder.insert(into:)Create a newSQLInsertBuilder.insert(into:)Create a newSQLInsertBuilder.select()Create a newSQLSelectBuilder.update(_:)Create a newSQLUpdateBuilderassociated with this database.update(_:)Create a newSQLUpdateBuilderassociated with this database.