接口 ForeignKeyInformation
-
- 所有已知实现类:
ForeignKeyInformationImpl
public interface ForeignKeyInformation- 作者:
- Steve Ebersole
-
-
嵌套类概要
嵌套类 修饰符和类型 接口 说明 static interfaceForeignKeyInformation.ColumnReferenceMapping
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 Iterable<ForeignKeyInformation.ColumnReferenceMapping>getColumnReferenceMappings()Get the column mappings that define the reference.IdentifiergetForeignKeyIdentifier()Obtain the identifier for this FK.
-
-
-
方法详细资料
-
getForeignKeyIdentifier
Identifier getForeignKeyIdentifier()
Obtain the identifier for this FK.- 返回:
- The FK identifier.
-
getColumnReferenceMappings
Iterable<ForeignKeyInformation.ColumnReferenceMapping> getColumnReferenceMappings()
Get the column mappings that define the reference. Returned in sequential order.- 返回:
- The sequential column reference mappings.
-
-