Skip to content

Structure

SQLColumnAssignment

Encapsulates a column_name=value expression in the context of an UPDATE query’s value assignment list. This is distinct from an SQLBinaryExpression using the .equal operator in that the left side must be an unqualified column name, the operator must be =, and the right side may use SQLExcludedColumn when the assignment appears in the assignments list of a SQLConflictAction.update(assignments:predicate:) specification.
struct SQLColumnAssignment

Topics

Initializers

Instance Properties

Instance Methods

Relationships

Conforms To

See Also

Clause Expressions