public interface MergeNotMatchedSetMoreStep<R extends Record> extends MergeNotMatchedSetStep<R>, MergeNotMatchedWhereStep<R>
Merge's DSL API.
 
 Example: 
 Factory create = new Factory();
 create.mergeInto(table)
       .using(select)
       .on(condition)
       .whenMatchedThenUpdate()
       .set(field1, value1)
       .set(field2, value2)
       .whenNotMatchedThenInsert(field1, field2)
       .values(value1, value2)
       .execute();
 
set, set, setwherebind, bind, cancel, close, execute, getBindValues, getParam, getParams, getSQL, getSQL, isExecutable, keepStatement, queryTimeoutinternalAPICopyright © 2013. All Rights Reserved.