public static class ForeignKeyInformationImpl.ColumnReferenceMappingImpl extends java.lang.Object implements ForeignKeyInformation.ColumnReferenceMapping
| Constructor and Description |
|---|
ColumnReferenceMappingImpl(ColumnInformation referencing,
ColumnInformation referenced) |
| Modifier and Type | Method and Description |
|---|---|
ColumnInformation |
getReferencedColumnMetadata()
Obtain the information about the referenced column (the target side).
|
ColumnInformation |
getReferencingColumnMetadata()
Obtain the information about the referencing column (the source column, which points to
the referenced column).
|
public ColumnReferenceMappingImpl(ColumnInformation referencing, ColumnInformation referenced)
public ColumnInformation getReferencingColumnMetadata()
ForeignKeyInformation.ColumnReferenceMappinggetReferencingColumnMetadata in interface ForeignKeyInformation.ColumnReferenceMappingpublic ColumnInformation getReferencedColumnMetadata()
ForeignKeyInformation.ColumnReferenceMappinggetReferencedColumnMetadata in interface ForeignKeyInformation.ColumnReferenceMappingCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.