Interface ForeignKeyInformation.ColumnReferenceMapping
- All Known Implementing Classes:
ForeignKeyInformationImpl.ColumnReferenceMappingImpl
- Enclosing interface:
- ForeignKeyInformation
public static interface ForeignKeyInformation.ColumnReferenceMapping
-
Method Summary
Modifier and TypeMethodDescriptionObtain the information about the referenced column (the target side).Obtain the information about the referencing column (the source column, which points to the referenced column).
-
Method Details
-
getReferencingColumnMetadata
ColumnInformation getReferencingColumnMetadata()Obtain the information about the referencing column (the source column, which points to the referenced column).- Returns:
- The referencing column.
-
getReferencedColumnMetadata
ColumnInformation getReferencedColumnMetadata()Obtain the information about the referenced column (the target side).- Returns:
- The referenced column
-