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.ColumnReferenceMapping
getReferencingColumnMetadata
in interface ForeignKeyInformation.ColumnReferenceMapping
public ColumnInformation getReferencedColumnMetadata()
ForeignKeyInformation.ColumnReferenceMapping
getReferencedColumnMetadata
in interface ForeignKeyInformation.ColumnReferenceMapping
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.