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 |
---|---|
java.util.List<ForeignKey<?,R>> |
getReferences()
A list of all
ForeignKeys , referencing this
UniqueKey |
boolean |
isPrimary()
Whether this is the table's primary key.
|
constraint, getFields, getFieldsArray, getName, getTable
java.util.List<ForeignKey<?,R>> getReferences()
ForeignKeys
, referencing this
UniqueKey
boolean isPrimary()
Copyright © 2018. All Rights Reserved.