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,? extends Number> |
Table.getIdentity()
Retrieve the table's
IDENTITY information, if available. |
Modifier and Type | Method and Description |
---|---|
void |
UpdateQuery.setReturning(Identity<R,? extends Number> identity)
Configure the
INSERT or UPDATE statement to return the generated
identity value. |
void |
StoreQuery.setReturning(Identity<R,? extends Number> identity)
Configure the
INSERT or UPDATE statement to return the generated
identity value. |
void |
InsertQuery.setReturning(Identity<R,? extends Number> identity)
Configure the
INSERT or UPDATE statement to return the generated
identity value. |
Modifier and Type | Method and Description |
---|---|
protected static <R extends Record,T> |
AbstractKeys.createIdentity(Table<R> table,
TableField<R,T> field)
Factory method for identities
|
Identity<R,? extends Number> |
CustomTable.getIdentity() |
Copyright © 2014. All Rights Reserved.