Uses of Interface
org.jooq.Key
-
Packages that use Key Package Description org.jooq This package contains jOOQ's public API. -
-
Uses of Key in org.jooq
Subinterfaces of Key in org.jooq Modifier and Type Interface Description interface
ForeignKey<R extends Record,O extends Record>
AForeignKey
is an object referencing aUniqueKey
.interface
UniqueKey<R extends Record>
AUniqueKey
is an object representing aUNIQUE KEY
or aPRIMARY KEY
.
-