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 |
---|---|
Constraint |
constraint()
Get this
KEY as a formal Constraint specification. |
List<TableField<R,?>> |
getFields()
The fields that make up the
KEY |
TableField<R,?>[] |
getFieldsArray()
The fields that make up the
KEY |
String |
getName()
The
Key 's name. |
Table<R> |
getTable()
The
Key 's owner table |
String getName()
Key
's name.List<TableField<R,?>> getFields()
KEY
TableField<R,?>[] getFieldsArray()
KEY
getFields()
Constraint constraint()
KEY
as a formal Constraint
specification.Copyright © 2016. All Rights Reserved.