public interface UpdateSetMoreStep<R extends Record> extends UpdateSetStep<R>, UpdateWhereStep<R>
Update's DSL API.
 
 Example: 
 Factory create = new Factory();
 create.update(table)
       .set(field1, value1)
       .set(field2, value2)
       .where(field1.greaterThan(100))
       .execute();
 
set, set, setwhere, where, where, where, where, whereExists, whereNotExistsbind, bind, cancel, close, execute, getBindValues, getParam, getParams, getSQL, getSQL, isExecutable, keepStatement, queryTimeoutinternalAPICopyright © 2013. All Rights Reserved.