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