接口 ForeignKeyInformation.ColumnReferenceMapping
-
- 封闭接口:
- ForeignKeyInformation
public static interface ForeignKeyInformation.ColumnReferenceMapping
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 ColumnInformationgetReferencedColumnMetadata()Obtain the information about the referenced column (the target side).ColumnInformationgetReferencingColumnMetadata()Obtain the information about the referencing column (the source column, which points to the referenced column).
-
-
-
方法详细资料
-
getReferencingColumnMetadata
ColumnInformation getReferencingColumnMetadata()
Obtain the information about the referencing column (the source column, which points to the referenced column).- 返回:
- The referencing column.
-
getReferencedColumnMetadata
ColumnInformation getReferencedColumnMetadata()
Obtain the information about the referenced column (the target side).- 返回:
- The referenced column
-
-