| 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 TableDefinition |
TableDefinitionProperties.ofDsTableDefinition |
protected TableDefinition |
Dsmetabag.ofDsTableDefinition |
protected TableDefinition |
ForeignKeyDefinition.tableDefinition |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<TableDefinition> |
DsdataConnection.importsTableDefinitions |
protected ItemList<TableDefinition> |
Stage.referencesTableDefinitions |
protected ItemList<TableDefinition> |
Dsjob.referencesTableDefinitions |
protected ItemList<TableDefinition> |
ColumnDefinition.tableDefinition |
protected ItemList<TableDefinition> |
TransformationProject.tableDefinitions |
protected ItemList<TableDefinition> |
View.tableDefinitions |
protected ItemList<TableDefinition> |
DatabaseTable.tableDefinitions |
| Modifier and Type | Method and Description |
|---|---|
TableDefinition |
TableDefinitionProperties.getOfDsTableDefinition()
Retrieve the
of_ds_table_definition property (displayed as 'Of DS Table Definition') of the object. |
TableDefinition |
Dsmetabag.getOfDsTableDefinition()
Retrieve the
of_ds_table_definition property (displayed as 'Of DS Table Definition') of the object. |
TableDefinition |
ForeignKeyDefinition.getTableDefinition()
Retrieve the
table_definition property (displayed as 'Table Definition') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<TableDefinition> |
DsdataConnection.getImportsTableDefinitions()
Retrieve the
imports_table_definitions property (displayed as 'Imports Table Definitions') of the object. |
ItemList<TableDefinition> |
Stage.getReferencesTableDefinitions()
Retrieve the
references_table_definitions property (displayed as 'References Table Definitions') of the object. |
ItemList<TableDefinition> |
Dsjob.getReferencesTableDefinitions()
Retrieve the
references_table_definitions property (displayed as 'References Table Definitions') of the object. |
ItemList<TableDefinition> |
ColumnDefinition.getTableDefinition()
Retrieve the
table_definition property (displayed as 'Table Definition') of the object. |
ItemList<TableDefinition> |
TransformationProject.getTableDefinitions()
Retrieve the
table_definitions property (displayed as 'Table Definitions') of the object. |
ItemList<TableDefinition> |
View.getTableDefinitions()
Retrieve the
table_definitions property (displayed as 'Table Definitions') of the object. |
ItemList<TableDefinition> |
DatabaseTable.getTableDefinitions()
Retrieve the
table_definitions property (displayed as 'Table Definitions') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
TableDefinitionProperties.setOfDsTableDefinition(TableDefinition ofDsTableDefinition)
Set the
of_ds_table_definition property (displayed as Of DS Table Definition) of the object. |
void |
Dsmetabag.setOfDsTableDefinition(TableDefinition ofDsTableDefinition)
Set the
of_ds_table_definition property (displayed as Of DS Table Definition) of the object. |
void |
ForeignKeyDefinition.setTableDefinition(TableDefinition tableDefinition)
Set the
table_definition property (displayed as Table Definition) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DsdataConnection.setImportsTableDefinitions(ItemList<TableDefinition> importsTableDefinitions)
Set the
imports_table_definitions property (displayed as Imports Table Definitions) of the object. |
void |
Stage.setReferencesTableDefinitions(ItemList<TableDefinition> referencesTableDefinitions)
Set the
references_table_definitions property (displayed as References Table Definitions) of the object. |
void |
Dsjob.setReferencesTableDefinitions(ItemList<TableDefinition> referencesTableDefinitions)
Set the
references_table_definitions property (displayed as References Table Definitions) of the object. |
void |
ColumnDefinition.setTableDefinition(ItemList<TableDefinition> tableDefinition)
Set the
table_definition property (displayed as Table Definition) of the object. |
void |
TransformationProject.setTableDefinitions(ItemList<TableDefinition> tableDefinitions)
Set the
table_definitions property (displayed as Table Definitions) of the object. |
void |
View.setTableDefinitions(ItemList<TableDefinition> tableDefinitions)
Set the
table_definitions property (displayed as Table Definitions) of the object. |
void |
DatabaseTable.setTableDefinitions(ItemList<TableDefinition> tableDefinitions)
Set the
table_definitions property (displayed as Table Definitions) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.