Interface ForeignKeyInformation.ColumnReferenceMapping

    • 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