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 interfaceForeignKey<R extends Record,O extends Record>AForeignKeyis an object referencing aUniqueKey.interfaceUniqueKey<R extends Record>AUniqueKeyis an object representing aUNIQUE KEYor aPRIMARY KEY.
-