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();
from, from, from, from, from, from, from, from
where, where, where, where, where, where, where, where, whereExists, whereNotExists
returning, returning, returning
bind, bind, cancel, close, execute, executeAsync, executeAsync, getBindValues, getParam, getParams, getSQL, getSQL, getSQL, isExecutable, keepStatement, queryTimeout
attach, configuration, detach
Copyright © 2018. All Rights Reserved.