Interface ForeignKeyInformation


  • public interface ForeignKeyInformation
    • Method Detail

      • getForeignKeyIdentifier

        Identifier getForeignKeyIdentifier()
        Obtain the identifier for this FK.
        Returns:
        The FK identifier.
      • getColumnReferenceMappings

        java.lang.Iterable<ForeignKeyInformation.ColumnReferenceMapping> getColumnReferenceMappings()
        Get the column mappings that define the reference. Returned in sequential order.
        Returns:
        The sequential column reference mappings.