R - The KEY's owner table recordpublic interface UniqueKey<R extends Record> extends Key<R>
UniqueKey is an object representing a UNIQUE KEY
 or a PRIMARY KEY. It can be referenced by a ForeignKey| Modifier and Type | Method and Description | 
|---|---|
List<ForeignKey<?,R>> | 
getReferences()
A list of all  
ForeignKeys, referencing this
 UniqueKey | 
getFields, getFieldsArray, getTableList<ForeignKey<?,R>> getReferences()
ForeignKeys, referencing this
 UniqueKeyCopyright © 2015. All Rights Reserved.