Skip to content

Instance Method

set(_:to:)

Add an assignment setting the named column to the provided expression.
@discardableResult func set(_ column: String, to value: any SQLExpression) -> Self

Parameters

column

The name of the column whose value is to be set.

value

The expression describing the value to assign to the named column.

Discussion

The column name is left unqualified.