| 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<ForeignKey> |
DesignKey.referencedByDesignForeignKeys |
protected ItemList<ForeignKey> |
CandidateKey.referencedByForeignKeys |
| Modifier and Type | Method and Description |
|---|---|
ItemList<ForeignKey> |
DesignKey.getReferencedByDesignForeignKeys()
Retrieve the
referenced_by_design_foreign_keys property (displayed as 'Child Design Foreign Keys') of the object. |
ItemList<ForeignKey> |
CandidateKey.getReferencedByForeignKeys()
Retrieve the
referenced_by_foreign_keys property (displayed as 'Referenced by Foreign Keys') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DesignKey.setReferencedByDesignForeignKeys(ItemList<ForeignKey> referencedByDesignForeignKeys)
Set the
referenced_by_design_foreign_keys property (displayed as Child Design Foreign Keys) of the object. |
void |
CandidateKey.setReferencedByForeignKeys(ItemList<ForeignKey> referencedByForeignKeys)
Set the
referenced_by_foreign_keys property (displayed as Referenced by Foreign Keys) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.