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, getTable
List<ForeignKey<?,R>> getReferences()
ForeignKeys
, referencing this
UniqueKey
Copyright © 2014. All Rights Reserved.