|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use UniqueKey | |
|---|---|
| org.jooq | |
| org.jooq.impl | |
| Uses of UniqueKey in org.jooq |
|---|
| Methods in org.jooq that return UniqueKey | |
|---|---|
UniqueKey<U> |
ForeignKey.getKey()
The referenced Key |
UniqueKey<R> |
UpdatableTable.getMainKey()
Retrieve the table's main unique key. |
| Methods in org.jooq that return types with arguments of type UniqueKey | |
|---|---|
List<UniqueKey<R>> |
UpdatableTable.getKeys()
Retrieve all of the table's unique keys. |
| Uses of UniqueKey in org.jooq.impl |
|---|
| Methods in org.jooq.impl that return UniqueKey | ||
|---|---|---|
protected static
|
AbstractKeys.createUniqueKey(Table<R> table,
TableField<R,?>... fields)
Factory method for unique keys |
|
UniqueKey<R> |
UpdatableTableImpl.getMainKey()
Retrieve the table's main unique key. |
|
| Methods in org.jooq.impl that return types with arguments of type UniqueKey | |
|---|---|
List<UniqueKey<R>> |
UpdatableTableImpl.getKeys()
Retrieve all of the table's unique keys. |
| Methods in org.jooq.impl with parameters of type UniqueKey | ||
|---|---|---|
protected static
|
AbstractKeys.createForeignKey(UniqueKey<U> key,
Table<R> table,
TableField<R,?>... fields)
Factory method for foreign keys |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||