org.jooq
Interface ForeignKey<R extends Record,U extends Record>

Type Parameters:
R - The FOREIGN KEY's owner table record
U - The referenced KEY's owner table record
All Superinterfaces:
Key<R>, Serializable

public interface ForeignKey<R extends Record,U extends Record>
extends Key<R>

A ForeignKey is an object referencing a UniqueKey. It represents a FOREIGN KEY relationship between two tables.

Author:
Lukas Eder

Method Summary
 UniqueKey<U> getKey()
          The referenced Key
 
Methods inherited from interface org.jooq.Key
getFields, getFieldsArray, getTable
 

Method Detail

getKey

UniqueKey<U> getKey()
The referenced Key



Copyright © 2012. All Rights Reserved.