Module org.jooq
Package org.jooq

Interface ForeignKey<CHILD extends Record,PARENT extends Record>

Type Parameters:
CHILD - The FOREIGN KEY's owner table record
PARENT - The referenced KEY's owner table record
All Superinterfaces:
Key<CHILD>, Named, QueryPart, Serializable

public interface ForeignKey<CHILD extends Record,PARENT extends Record> extends Key<CHILD>
A ForeignKey is an object referencing a UniqueKey. It represents a FOREIGN KEY relationship between two tables.

Instances of this type cannot be created directly. They are available from generated code.

Author:
Lukas Eder