| Package | Description | 
|---|---|
| org.jooq | The  org.jooqpackage 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  UPDATEstatement. | 
| <T> UpdateSetMoreStep<R> | UpdateSetStep. set(Field<T> field,
   Select<? extends Record1<T>> value)Set a value for a field in the  UPDATEstatement. | 
| <T> UpdateSetMoreStep<R> | UpdateSetStep. set(Field<T> field,
   T value)Set a value for a field in the  UPDATEstatement. | 
| UpdateSetMoreStep<R> | UpdateSetStep. set(Map<? extends Field<?>,?> map)Set a value for a field in the  UPDATEstatement. | 
| UpdateSetMoreStep<R> | UpdateSetStep. set(Record record)Set a value for a field in the  UPDATEstatement. | 
Copyright © 2017. All Rights Reserved.