| 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 ColumnDefinition |
DataItemProperties.columnDefinition |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<ColumnDefinition> |
DatabaseColumn.columnDefinitions |
protected ItemList<ColumnDefinition> |
TableDefinition.columnDefinitions |
| Modifier and Type | Method and Description |
|---|---|
ColumnDefinition |
DataItemProperties.getColumnDefinition()
Retrieve the
column_definition property (displayed as 'Column Definition') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<ColumnDefinition> |
DatabaseColumn.getColumnDefinitions()
Retrieve the
column_definitions property (displayed as 'Column Definitions') of the object. |
ItemList<ColumnDefinition> |
TableDefinition.getColumnDefinitions()
Retrieve the
column_definitions property (displayed as 'Column Definitions') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DataItemProperties.setColumnDefinition(ColumnDefinition columnDefinition)
Set the
column_definition property (displayed as Column Definition) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseColumn.setColumnDefinitions(ItemList<ColumnDefinition> columnDefinitions)
Set the
column_definitions property (displayed as Column Definitions) of the object. |
void |
TableDefinition.setColumnDefinitions(ItemList<ColumnDefinition> columnDefinitions)
Set the
column_definitions property (displayed as Column Definitions) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.