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