| 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 Database |
Datasourcealiasgroup.boundToDatabase |
protected Database |
DataConnectionMapping.boundToDatabase |
protected Database |
DatabaseSchema.database |
protected Database |
MwbDatabaseAlias.database |
protected Database |
HbaseNamespace.database |
protected Database |
DataConnection.importsDatabase |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<Database> |
Host.databases |
protected ItemList<Database> |
BiModel.usesDatabases |
| Modifier and Type | Method and Description |
|---|---|
Database |
Datasourcealiasgroup.getBoundToDatabase()
Retrieve the
bound_to_database property (displayed as 'Bound To Database') of the object. |
Database |
DataConnectionMapping.getBoundToDatabase()
Retrieve the
bound_to_database property (displayed as 'Bound to Database') of the object. |
Database |
DatabaseSchema.getDatabase()
Retrieve the
database property (displayed as 'Database') of the object. |
Database |
MwbDatabaseAlias.getDatabase()
Retrieve the
database property (displayed as 'Database') of the object. |
Database |
HbaseNamespace.getDatabase()
Retrieve the
database property (displayed as 'Database') of the object. |
Database |
DataConnection.getImportsDatabase()
Retrieve the
imports_database property (displayed as 'Imports Database') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<Database> |
Host.getDatabases()
Retrieve the
databases property (displayed as 'Databases') of the object. |
ItemList<Database> |
BiModel.getUsesDatabases()
Retrieve the
uses_databases property (displayed as 'Uses Databases') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Datasourcealiasgroup.setBoundToDatabase(Database boundToDatabase)
Set the
bound_to_database property (displayed as Bound To Database) of the object. |
void |
DataConnectionMapping.setBoundToDatabase(Database boundToDatabase)
Set the
bound_to_database property (displayed as Bound to Database) of the object. |
void |
DatabaseSchema.setDatabase(Database database)
Set the
database property (displayed as Database) of the object. |
void |
MwbDatabaseAlias.setDatabase(Database database)
Set the
database property (displayed as Database) of the object. |
void |
HbaseNamespace.setDatabase(Database database)
Set the
database property (displayed as Database) of the object. |
void |
DataConnection.setImportsDatabase(Database importsDatabase)
Set the
imports_database property (displayed as Imports Database) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Host.setDatabases(ItemList<Database> databases)
Set the
databases property (displayed as Databases) of the object. |
void |
BiModel.setUsesDatabases(ItemList<Database> usesDatabases)
Set the
uses_databases property (displayed as Uses Databases) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.