Skip to content

Instance Method

set(excludedValueOf:)

Add an assignment of the column with the given name, using the value the column was given in the INSERT query’s VALUES list.
@discardableResult func set(excludedValueOf columnName: String) -> Self

Discussion

See SQLExcludedColumn for additional details.