| 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 DatabaseIndex |
IndexMember.ofIndex |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<DatabaseIndex> |
DatabaseColumn.databaseIndexes |
protected ItemList<DatabaseIndex> |
View.databaseIndexes |
protected ItemList<DatabaseIndex> |
DatabaseTable.databaseIndexes |
protected ItemList<DatabaseIndex> |
DatabaseColumn.index |
protected ItemList<DatabaseIndex> |
DatabaseAlias.indexes |
protected ItemList<DatabaseIndex> |
View.indexes
Deprecated.
No longer applicable from 11.5.0.2sp3 onwards.
|
protected ItemList<DatabaseIndex> |
DatabaseTable.indexes |
| Modifier and Type | Method and Description |
|---|---|
DatabaseIndex |
IndexMember.getOfIndex()
Retrieve the
of_index property (displayed as 'Of Index') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<DatabaseIndex> |
DatabaseColumn.getDatabaseIndexes()
Retrieve the
database_indexes property (displayed as 'Index') of the object. |
ItemList<DatabaseIndex> |
View.getDatabaseIndexes()
Retrieve the
database_indexes property (displayed as 'Indexes') of the object. |
ItemList<DatabaseIndex> |
DatabaseTable.getDatabaseIndexes()
Retrieve the
database_indexes property (displayed as 'Indexes') of the object. |
ItemList<DatabaseIndex> |
DatabaseColumn.getIndex()
Retrieve the
index property (displayed as 'Index') of the object. |
ItemList<DatabaseIndex> |
DatabaseAlias.getIndexes()
Retrieve the
indexes property (displayed as 'Indexes') of the object. |
ItemList<DatabaseIndex> |
DatabaseTable.getIndexes()
Retrieve the
indexes property (displayed as 'Indexes') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexMember.setOfIndex(DatabaseIndex ofIndex)
Set the
of_index property (displayed as Of Index) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseColumn.setDatabaseIndexes(ItemList<DatabaseIndex> databaseIndexes)
Set the
database_indexes property (displayed as Index) of the object. |
void |
View.setDatabaseIndexes(ItemList<DatabaseIndex> databaseIndexes)
Set the
database_indexes property (displayed as Indexes) of the object. |
void |
DatabaseTable.setDatabaseIndexes(ItemList<DatabaseIndex> databaseIndexes)
Set the
database_indexes property (displayed as Indexes) of the object. |
void |
DatabaseColumn.setIndex(ItemList<DatabaseIndex> index)
Set the
index property (displayed as Index) of the object. |
void |
DatabaseAlias.setIndexes(ItemList<DatabaseIndex> indexes)
Set the
indexes property (displayed as Indexes) of the object. |
void |
DatabaseTable.setIndexes(ItemList<DatabaseIndex> indexes)
Set the
indexes property (displayed as Indexes) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.