Interface ForeignKeyInformation
- All Known Implementing Classes:
ForeignKeyInformationImpl
public interface ForeignKeyInformation
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
-
Method Summary
Modifier and TypeMethodDescriptionGet the column mappings that define the reference.Obtain the identifier for this FK.
-
Method Details
-
getForeignKeyIdentifier
Identifier getForeignKeyIdentifier()Obtain the identifier for this FK.- Returns:
- The FK identifier.
-
getColumnReferenceMappings
Iterable<ForeignKeyInformation.ColumnReferenceMapping> getColumnReferenceMappings()Get the column mappings that define the reference. Returned in sequential order.- Returns:
- The sequential column reference mappings.
-