Uses of Interface
org.jooq.Key

Packages that use Key
org.jooq   
 

Uses of Key in org.jooq
 

Subinterfaces of Key in org.jooq
 interface ForeignKey<R extends Record,U extends Record>
          A ForeignKey is an object referencing a UniqueKey.
 interface UniqueKey<R extends Record>
          A UniqueKey is an object representing a UNIQUE KEY or a PRIMARY KEY.
 



Copyright © 2012. All Rights Reserved.