Class TMergeInsertClause

All Implemented Interfaces:
Visitable, Iterator<TSourceToken>

insert clause in merge statement.
     [when not matched [and search_conditions ] then insert [(column_list)] values (value_list)]
 

call getColumnList() to return value for (column_list)

call getValuelist() to return value for (value_list)

See Also: