public class ForeignKeyInformationImpl extends java.lang.Object implements ForeignKeyInformation
| Modifier and Type | Class and Description |
|---|---|
static class |
ForeignKeyInformationImpl.ColumnReferenceMappingImpl |
ForeignKeyInformation.ColumnReferenceMapping| Constructor and Description |
|---|
ForeignKeyInformationImpl(Identifier fkIdentifier,
java.util.List<ForeignKeyInformation.ColumnReferenceMapping> columnMappingList) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<ForeignKeyInformation.ColumnReferenceMapping> |
getColumnReferenceMappings()
Get the column mappings that define the reference.
|
Identifier |
getForeignKeyIdentifier()
Obtain the identifier for this FK.
|
public ForeignKeyInformationImpl(Identifier fkIdentifier, java.util.List<ForeignKeyInformation.ColumnReferenceMapping> columnMappingList)
public Identifier getForeignKeyIdentifier()
ForeignKeyInformationgetForeignKeyIdentifier in interface ForeignKeyInformationpublic java.lang.Iterable<ForeignKeyInformation.ColumnReferenceMapping> getColumnReferenceMappings()
ForeignKeyInformationgetColumnReferenceMappings in interface ForeignKeyInformationCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.