|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Identity | |
|---|---|
| org.jooq | |
| org.jooq.impl | |
| Uses of Identity in org.jooq |
|---|
| Methods in org.jooq that return Identity | |
|---|---|
Identity<R,? extends Number> |
Table.getIdentity()
Retrieve the table's IDENTITY information, if available. |
| Methods in org.jooq with parameters of type Identity | |
|---|---|
void |
InsertQuery.setReturning(Identity<R,? extends Number> identity)
Configure the INSERT statement to return the generated
identity value. |
| Uses of Identity in org.jooq.impl |
|---|
| Methods in org.jooq.impl that return Identity | ||
|---|---|---|
protected static
|
AbstractKeys.createIdentity(Table<R> table,
TableField<R,T> field)
Factory method for identities |
|
Identity<R,? extends Number> |
CustomTable.getIdentity()
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||