public interface IKey
This interface has to be implemented by objects that wish to model a relational key.
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getColumns()
Obtains the columns that participate in this key.
|
java.lang.String |
getName()
Obtains the name of this key.
|