public interface PrimaryKeyInformation
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<ColumnInformation> |
getColumns()
Obtain the columns making up the primary key.
|
Identifier |
getPrimaryKeyIdentifier()
Obtain the identifier for this PK.
|
Identifier getPrimaryKeyIdentifier()
java.lang.Iterable<ColumnInformation> getColumns()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.