Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
<T> UpdateSetMoreStep<R> |
UpdateSetStep.set(Field<T> field,
Field<T> value)
Set a value for a field in the
UPDATE statement. |
<T> UpdateSetMoreStep<R> |
UpdateSetStep.set(Field<T> field,
Select<? extends Record1<T>> value)
Set a value for a field in the
UPDATE statement. |
<T> UpdateSetMoreStep<R> |
UpdateSetStep.set(Field<T> field,
T value)
Set a value for a field in the
UPDATE statement. |
UpdateSetMoreStep<R> |
UpdateSetStep.set(Map<? extends Field<?>,?> map)
Set a value for a field in the
UPDATE statement. |
UpdateSetMoreStep<R> |
UpdateSetStep.set(Record record)
Set a value for a field in the
UPDATE statement. |
Copyright © 2014. All Rights Reserved.