| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary.model.base |
Defines data constructs representing each of IGC's metadata types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XsdPrimaryKey
POJO for the
xsd_primary_key asset type in IGC, displayed as 'XSD Primary Key' in the IGC UI. |
| Modifier and Type | Field and Description |
|---|---|
protected XsdUniqueKey |
XsdForeignKey.referencedXsdKeys |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<XsdUniqueKey> |
XsdElement.uniqueKeys |
| Modifier and Type | Method and Description |
|---|---|
XsdUniqueKey |
XsdForeignKey.getReferencedXsdKeys()
Retrieve the
referenced_xsd_keys property (displayed as 'References XSD Keys') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<XsdUniqueKey> |
XsdElement.getUniqueKeys()
Retrieve the
unique_keys property (displayed as 'Unique Keys') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
XsdForeignKey.setReferencedXsdKeys(XsdUniqueKey referencedXsdKeys)
Set the
referenced_xsd_keys property (displayed as References XSD Keys) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
XsdElement.setUniqueKeys(ItemList<XsdUniqueKey> uniqueKeys)
Set the
unique_keys property (displayed as Unique Keys) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.