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()
KEY
TableField<R,?>[] getFieldsArray()
KEY
getFields()
Copyright © 2014. All Rights Reserved.