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()
PrimaryKeyInformation
getPrimaryKeyIdentifier
in interface PrimaryKeyInformation
public java.lang.Iterable<ColumnInformation> getColumns()
PrimaryKeyInformation
getColumns
in interface PrimaryKeyInformation
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.