| 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 DataConnectionMapping |
Datasourcealiasgroup.preferredDataConnection |
protected DataConnectionMapping |
DataConnectionMapping.preferredDataConnection |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<DataConnectionMapping> |
Database.dataConnectionMappings |
protected ItemList<DataConnectionMapping> |
Stage.referencesDataConnectionMapping |
protected ItemList<DataConnectionMapping> |
Datasourcealiasgroup.sameAsDataConnections |
protected ItemList<DataConnectionMapping> |
DataConnectionMapping.sameAsDataConnections |
| Modifier and Type | Method and Description |
|---|---|
DataConnectionMapping |
Datasourcealiasgroup.getPreferredDataConnection()
Retrieve the
preferred_data_connection property (displayed as 'Preferred Data Connection') of the object. |
DataConnectionMapping |
DataConnectionMapping.getPreferredDataConnection()
Retrieve the
preferred_data_connection property (displayed as 'Preferred Data Connection') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<DataConnectionMapping> |
Database.getDataConnectionMappings()
Retrieve the
data_connection_mappings property (displayed as 'Data Connection Mappings') of the object. |
ItemList<DataConnectionMapping> |
Stage.getReferencesDataConnectionMapping()
Retrieve the
references_data_connection_mapping property (displayed as 'References Data Connection Mapping') of the object. |
ItemList<DataConnectionMapping> |
Datasourcealiasgroup.getSameAsDataConnections()
Retrieve the
same_as_data_connections property (displayed as 'Same as Data Connections') of the object. |
ItemList<DataConnectionMapping> |
DataConnectionMapping.getSameAsDataConnections()
Retrieve the
same_as_data_connections property (displayed as 'Same as Data Connections') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Datasourcealiasgroup.setPreferredDataConnection(DataConnectionMapping preferredDataConnection)
Set the
preferred_data_connection property (displayed as Preferred Data Connection) of the object. |
void |
DataConnectionMapping.setPreferredDataConnection(DataConnectionMapping preferredDataConnection)
Set the
preferred_data_connection property (displayed as Preferred Data Connection) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Database.setDataConnectionMappings(ItemList<DataConnectionMapping> dataConnectionMappings)
Set the
data_connection_mappings property (displayed as Data Connection Mappings) of the object. |
void |
Stage.setReferencesDataConnectionMapping(ItemList<DataConnectionMapping> referencesDataConnectionMapping)
Set the
references_data_connection_mapping property (displayed as References Data Connection Mapping) of the object. |
void |
Datasourcealiasgroup.setSameAsDataConnections(ItemList<DataConnectionMapping> sameAsDataConnections)
Set the
same_as_data_connections property (displayed as Same as Data Connections) of the object. |
void |
DataConnectionMapping.setSameAsDataConnections(ItemList<DataConnectionMapping> sameAsDataConnections)
Set the
same_as_data_connections property (displayed as Same as Data Connections) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.