public class PrimaryKeyInformationImpl extends java.lang.Object implements PrimaryKeyInformation
| Constructor and Description |
|---|
PrimaryKeyInformationImpl(Identifier identifier,
java.lang.Iterable<ColumnInformation> columns) |
| 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.
|
public PrimaryKeyInformationImpl(Identifier identifier, java.lang.Iterable<ColumnInformation> columns)
public Identifier getPrimaryKeyIdentifier()
PrimaryKeyInformationgetPrimaryKeyIdentifier in interface PrimaryKeyInformationpublic java.lang.Iterable<ColumnInformation> getColumns()
PrimaryKeyInformationgetColumns in interface PrimaryKeyInformationCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.