public interface UpdateSetMoreStep<R extends Record> extends UpdateSetStep<R>, UpdateFromStep<R>
Update
's DSL API.
Example:
DSLContext create = DSL.using(configuration);
create.update(table)
.set(field1, value1)
.set(field2, value2)
.where(field1.greaterThan(100))
.execute();
where, where, where, where, where, where, whereExists, whereNotExists
bind, bind, cancel, close, execute, getBindValues, getParam, getParams, getSQL, getSQL, getSQL, isExecutable, keepStatement, queryTimeout
attach, detach
returning, returning, returning
Copyright © 2014. All Rights Reserved.