Instance Method
update(_:)
Create a new
SQLUpdateBuilder associated with this database.func update(_ table: String) -> SQLUpdateBuilder
Parameters
tableA table to specify for the builder’s update query.
Return Value
A new builder.
Mentioned in
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.union(_:)Create a newSQLUnionBuilder, providing a builder to create the first query.update(_:)Create a newSQLUpdateBuilderassociated with this database.