UpdateClauseExpr
fun UpdateClauseExpr(action: UpdateAction, target: AttributePath, value: Expression): UpdateClauseExpr
Create a new update clause expression
Parameters
action
The type of update to perform
target
The target attribute being affected by the update
value
The value used in the update action. The interpretation of this value varies depending on the update action.