public interface PrimaryKeyInformation
Modifier and Type | Method and Description |
---|---|
Iterable<ColumnInformation> |
getColumns()
Obtain the columns making up the primary key.
|
Identifier |
getPrimaryKeyIdentifier()
Obtain the identifier for this PK.
|
Identifier getPrimaryKeyIdentifier()
Iterable<ColumnInformation> getColumns()
Copyright © 2017 JBoss by Red Hat. All rights reserved.