| 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 DatabaseTable |
DatabaseColumn.databaseTable |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<DatabaseTable> |
DatabaseSchema.databaseTables |
protected ItemList<DatabaseTable> |
HbaseNamespace.databaseTables |
| Modifier and Type | Method and Description |
|---|---|
DatabaseTable |
DatabaseColumn.getDatabaseTable()
Retrieve the
database_table property (displayed as 'Database Table') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<DatabaseTable> |
DatabaseSchema.getDatabaseTables()
Retrieve the
database_tables property (displayed as 'Database Tables') of the object. |
ItemList<DatabaseTable> |
HbaseNamespace.getDatabaseTables()
Retrieve the
database_tables property (displayed as 'Database Tables') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseColumn.setDatabaseTable(DatabaseTable databaseTable)
Set the
database_table property (displayed as Database Table) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseSchema.setDatabaseTables(ItemList<DatabaseTable> databaseTables)
Set the
database_tables property (displayed as Database Tables) of the object. |
void |
HbaseNamespace.setDatabaseTables(ItemList<DatabaseTable> databaseTables)
Set the
database_tables property (displayed as Database Tables) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.