R
- The FOREIGN KEY
's owner table recordU
- The referenced KEY
's owner table recordpublic interface ForeignKey<R extends Record,U extends Record> extends Key<R>
ForeignKey
is an object referencing a UniqueKey
. It
represents a FOREIGN KEY
relationship between two tables.Copyright © 2013. All Rights Reserved.