enum UpsertExpressionKind

What one node of an UPSERT assignment expression is.

A node is a value, a column of one of the two rows, or an operator written over one or two others.

Cases§

case Literal
case Column
case UnaryPlus
case UnaryMinus
case Not
case Add
case Subtract
case Multiply
case Divide
case Modulo
case Equal
case NotEqual
case Less
case LessOrEqual
case Greater
case GreaterOrEqual
case And
case Or

Test cases 34§

Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.

Dedicated tests 1
Other tests reaching this symbol 33

Relations§

Constant reads 30
Type declarations 4