Skip to content

Instance Method

update(_:)

Create a new SQLUpdateBuilder associated with this database.
func update(_ table: String) -> SQLUpdateBuilder

Parameters

table

A table to specify for the builder’s update query.

Return Value

A new builder.

Mentioned in

See Also

DML queries