| Package | Description | 
|---|---|
| org.jooq | The  org.jooqpackage contains jOOQ's public API. | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateResultStep<R> | UpdateReturningStep. returning()Configure the  UPDATEstatement to return all fields inR. | 
| UpdateResultStep<R> | UpdateReturningStep. returning(java.util.Collection<? extends Field<?>> fields)Configure the  UPDATEstatement to return a list of fields inR. | 
| UpdateResultStep<R> | UpdateReturningStep. returning(Field<?>... fields)Configure the  UPDATEstatement to return a list of fields inR. | 
Copyright © 2015. All Rights Reserved.