| Package | Description | 
|---|---|
| org.jooq | 
 The  
org.jooq package contains jOOQ's public API. | 
| org.jooq.impl | 
 The  
org.jooq.impl package contains jOOQ's implementation classes. | 
| Modifier and Type | Method and Description | 
|---|---|
Identity<R,?> | 
Table.getIdentity()
Retrieve the table's  
IDENTITY information, if available. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
UpdateQuery.setReturning(Identity<R,?> identity)
Configure the  
INSERT or UPDATE statement to return the generated
 identity value. | 
void | 
StoreQuery.setReturning(Identity<R,?> identity)
Configure the  
INSERT or UPDATE statement to return the generated
 identity value. | 
void | 
InsertQuery.setReturning(Identity<R,?> identity)
Configure the  
INSERT or UPDATE statement to return the generated
 identity value. | 
| Modifier and Type | Method and Description | 
|---|---|
static <R extends Record,T> | 
Internal.createIdentity(Table<R> table,
              TableField<R,T> field)
Factory method for identities. 
 | 
static <R extends Record,T> | 
AbstractKeys.createIdentity(Table<R> table,
              TableField<R,T> field)
Deprecated. 
 
- [#6875] [#7158] - 3.11.0 - Please re-generate your code 
 | 
Identity<R,?> | 
CustomTable.getIdentity()  | 
Copyright © 2019. All rights reserved.