Interface ForeignKeyInformation.ColumnReferenceMapping

All Known Implementing Classes:
ForeignKeyInformationImpl.ColumnReferenceMappingImpl
Enclosing interface:
ForeignKeyInformation

public static interface ForeignKeyInformation.ColumnReferenceMapping
  • 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