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.