Interface ForeignKeyInformation.ColumnReferenceMapping
-
- Enclosing interface:
- ForeignKeyInformation
public static interface ForeignKeyInformation.ColumnReferenceMapping
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColumnInformationgetReferencedColumnMetadata()Obtain the information about the referenced column (the target side).ColumnInformationgetReferencingColumnMetadata()Obtain the information about the referencing column (the source column, which points to the referenced column).
-
-
-
Method Detail
-
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
-
-