R - The KEY's owner table recordpublic interface Key<R extends Record> extends Serializable
Key is an object representing a UNIQUE KEY, a
 PRIMARY KEY, or a FOREIGN KEY.| Modifier and Type | Method and Description | 
|---|---|
List<TableField<R,?>> | 
getFields()
The fields that make up the  
KEY | 
TableField<R,?>[] | 
getFieldsArray()
The fields that make up the  
KEY | 
Table<R> | 
getTable()
The  
Key's owner table | 
List<TableField<R,?>> getFields()
KEYTableField<R,?>[] getFieldsArray()
KEYgetFields()Copyright © 2015. All Rights Reserved.