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