Skip to content

Instance Method

update(_:)

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

Parameters

table

An expression used as the target of the builder’s update query.

Return Value

A new builder.

Mentioned in

See Also

DML queries