public interface IColumnRelationship
| Modifier and Type | Method and Description |
|---|---|
IColumn |
getForeignKeyColumn()
Obtains the foreign key column of this
IColumnRelationship instance. |
IDataStoreRelationship |
getParentRelationship()
Obtains the
IDataStoreRelationship of the parent reference of this IColumnRelationship. |
IColumn |
getPrimaryKeyColumn()
Obtains the primary key column of this
IColumnRelationship instance. |
IColumn getPrimaryKeyColumn()
IColumnRelationship instance.IColumn object representing the primary key column valueIColumn getForeignKeyColumn()
IColumnRelationship instance.IColumn object representing the foreign key column valueIDataStoreRelationship getParentRelationship()
IDataStoreRelationship of the parent reference of this IColumnRelationship.IDataStoreRelationship object representing the parent column reference value