Class TMergeUpdateClause

All Implemented Interfaces:
Visitable, Iterator<TSourceToken>

update clause in merge statement.
     [when matched [and search_conditions ] then update set {col_name = expression} | delete]
 

call getUpdateColumnList() to return value for {col_name = expression}

See Also: