| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary.model.base |
Defines data constructs representing each of IGC's metadata types.
|
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<LogicalForeignKey> |
LogicalEntity.logicalForeignKeys |
protected ItemList<LogicalForeignKey> |
EntityAttribute.parentLogicalForeignkey |
| Modifier and Type | Method and Description |
|---|---|
ItemList<LogicalForeignKey> |
LogicalEntity.getLogicalForeignKeys()
Retrieve the
logical_foreign_keys property (displayed as 'Logical Foreign Keys') of the object. |
ItemList<LogicalForeignKey> |
EntityAttribute.getParentLogicalForeignkey()
Retrieve the
parent_logical_foreignKey property (displayed as 'Parent Logical Foreign Key') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
LogicalEntity.setLogicalForeignKeys(ItemList<LogicalForeignKey> logicalForeignKeys)
Set the
logical_foreign_keys property (displayed as Logical Foreign Keys) of the object. |
void |
EntityAttribute.setParentLogicalForeignkey(ItemList<LogicalForeignKey> parentLogicalForeignkey)
Set the
parent_logical_foreignKey property (displayed as Parent Logical Foreign Key) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.