| 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<CandidateKey> |
DatabaseColumn.definedNonPrimaryKey |
protected ItemList<CandidateKey> |
View.definedNonPrimaryKey |
protected ItemList<CandidateKey> |
DatabaseTable.definedNonPrimaryKey |
protected ItemList<CandidateKey> |
DatabaseAlias.definedPrimaryKey
Deprecated.
No longer applicable from 11.5.0.2sp5 onwards and 11.7.1.0 onwards.
|
protected ItemList<CandidateKey> |
DatabaseColumn.definedPrimaryKey |
protected ItemList<CandidateKey> |
View.definedPrimaryKey |
protected ItemList<CandidateKey> |
DatabaseTable.definedPrimaryKey |
protected ItemList<CandidateKey> |
DatabaseAlias.implementedKey |
protected ItemList<CandidateKey> |
DatabaseColumn.implementedKey |
| Modifier and Type | Method and Description |
|---|---|
ItemList<CandidateKey> |
DatabaseColumn.getDefinedNonPrimaryKey()
Retrieve the
defined_non_primary_key property (displayed as 'Defined Non Primary Key') of the object. |
ItemList<CandidateKey> |
View.getDefinedNonPrimaryKey()
Retrieve the
defined_non_primary_key property (displayed as 'Defined Non Primary Key') of the object. |
ItemList<CandidateKey> |
DatabaseTable.getDefinedNonPrimaryKey()
Retrieve the
defined_non_primary_key property (displayed as 'Defined Non Primary Key') of the object. |
ItemList<CandidateKey> |
DatabaseAlias.getDefinedPrimaryKey()
Deprecated.
No longer applicable from 11.5.0.2sp5 and 11.7.1.0 onwards.
|
ItemList<CandidateKey> |
DatabaseColumn.getDefinedPrimaryKey()
Retrieve the
defined_primary_key property (displayed as 'Defined Primary Key') of the object. |
ItemList<CandidateKey> |
View.getDefinedPrimaryKey()
Retrieve the
defined_primary_key property (displayed as 'Defined Primary Key') of the object. |
ItemList<CandidateKey> |
DatabaseTable.getDefinedPrimaryKey()
Retrieve the
defined_primary_key property (displayed as 'Defined Primary Key') of the object. |
ItemList<CandidateKey> |
DatabaseAlias.getImplementedKey()
Retrieve the
implemented_key property (displayed as 'Defined Primary Key') of the object. |
ItemList<CandidateKey> |
DatabaseColumn.getImplementedKey()
Retrieve the
implemented_key property (displayed as 'Implemented Key') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseColumn.setDefinedNonPrimaryKey(ItemList<CandidateKey> definedNonPrimaryKey)
Set the
defined_non_primary_key property (displayed as Defined Non Primary Key) of the object. |
void |
View.setDefinedNonPrimaryKey(ItemList<CandidateKey> definedNonPrimaryKey)
Set the
defined_non_primary_key property (displayed as Defined Non Primary Key) of the object. |
void |
DatabaseTable.setDefinedNonPrimaryKey(ItemList<CandidateKey> definedNonPrimaryKey)
Set the
defined_non_primary_key property (displayed as Defined Non Primary Key) of the object. |
void |
DatabaseAlias.setDefinedPrimaryKey(ItemList<CandidateKey> definedPrimaryKey)
Deprecated.
No longer applicable from 11.5.0.2sp5 and 11.7.1.0 onwards.
|
void |
DatabaseColumn.setDefinedPrimaryKey(ItemList<CandidateKey> definedPrimaryKey)
Set the
defined_primary_key property (displayed as Defined Primary Key) of the object. |
void |
View.setDefinedPrimaryKey(ItemList<CandidateKey> definedPrimaryKey)
Set the
defined_primary_key property (displayed as Defined Primary Key) of the object. |
void |
DatabaseTable.setDefinedPrimaryKey(ItemList<CandidateKey> definedPrimaryKey)
Set the
defined_primary_key property (displayed as Defined Primary Key) of the object. |
void |
DatabaseAlias.setImplementedKey(ItemList<CandidateKey> implementedKey)
Set the
implemented_key property (displayed as Defined Primary Key) of the object. |
void |
DatabaseColumn.setImplementedKey(ItemList<CandidateKey> implementedKey)
Set the
implemented_key property (displayed as Implemented Key) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.