| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary.model.base |
Defines data constructs representing each of IGC's metadata types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatabaseAlias
POJO for the
database_alias asset type in IGC, displayed as 'Database Alias' in the IGC UI. |
class |
DatabaseTable
POJO for the
database_table asset type in IGC, displayed as 'Database Table' in the IGC UI. |
class |
DataFileRecord
POJO for the
data_file_record asset type in IGC, displayed as 'Data File Record' in the IGC UI. |
class |
DesignStoredProcedure
POJO for the
design_stored_procedure asset type in IGC, displayed as 'Design Stored Procedure' in the IGC UI. |
class |
DesignTable
POJO for the
design_table asset type in IGC, displayed as 'Design Table' in the IGC UI. |
class |
DesignView
POJO for the
design_view asset type in IGC, displayed as 'Design View' in the IGC UI. |
class |
StoredProcedure
POJO for the
stored_procedure asset type in IGC, displayed as 'Stored Procedure' in the IGC UI. |
class |
View
POJO for the
view asset type in IGC, displayed as 'View' in the IGC UI. |
| Modifier and Type | Field and Description |
|---|---|
protected Datagroup |
TableAnalysisSummary.analyzedTable |
protected Datagroup |
TableAnalysis.databaseTableOrView |
protected Datagroup |
DatabaseColumn.databaseTableOrView |
protected Datagroup |
CandidateKey.databaseTableView |
protected Datagroup |
DesignKey.designTableOrView |
protected Datagroup |
DesignColumn.designTableOrView |
protected Datagroup |
Olapjoinref.joinsDatabaseTable |
protected Datagroup |
DesignForeignKey.ofDataCollection |
protected Datagroup |
Parameter.ofStoredProcedure |
protected Datagroup |
TableDefinition.referencedByDataSources |
| Modifier and Type | Method and Description |
|---|---|
Datagroup |
TableAnalysisSummary.getAnalyzedTable()
Retrieve the
analyzed_table property (displayed as 'Analyzed Table') of the object. |
Datagroup |
TableAnalysis.getDatabaseTableOrView()
Retrieve the
database_table_or_view property (displayed as 'Database Table or View') of the object. |
Datagroup |
DatabaseColumn.getDatabaseTableOrView()
Retrieve the
database_table_or_view property (displayed as 'Database Table or View') of the object. |
Datagroup |
CandidateKey.getDatabaseTableView()
Retrieve the
database_table_view property (displayed as 'Database Table View') of the object. |
Datagroup |
DesignKey.getDesignTableOrView()
Retrieve the
design_table_or_view property (displayed as 'Design Table or View') of the object. |
Datagroup |
DesignColumn.getDesignTableOrView()
Retrieve the
design_table_or_view property (displayed as 'Design Table or View') of the object. |
Datagroup |
Olapjoinref.getJoinsDatabaseTable()
Retrieve the
joins_database_table property (displayed as 'Joins Database Table') of the object. |
Datagroup |
DesignForeignKey.getOfDataCollection()
Retrieve the
of_data_collection property (displayed as 'Of Data Collection') of the object. |
Datagroup |
Parameter.getOfStoredProcedure()
Retrieve the
of_stored_procedure property (displayed as 'Of Stored Procedure') of the object. |
Datagroup |
TableDefinition.getReferencedByDataSources()
Retrieve the
referenced_by_data_sources property (displayed as 'Referenced by Data Sources') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<Datagroup> |
DatabaseAlias.getAliasOfDatabaseTablesOrViews()
Retrieve the
alias_of_database_tables_or_views property (displayed as 'Alias of Database Tables or Views') of the object. |
ItemList<Datagroup> |
View.getBasedUponDatabaseTables()
Retrieve the
based_upon_database_tables property (displayed as 'Based upon Database Tables') of the object. |
ItemList<Datagroup> |
View.getDatabaseAliases()
Retrieve the
database_aliases property (displayed as 'Alias') of the object. |
ItemList<Datagroup> |
DatabaseTable.getDatabaseAliases()
Retrieve the
database_aliases property (displayed as 'Alias') of the object. |
ItemList<Datagroup> |
ForeignKey.getDatabaseTable()
Retrieve the
database_table property (displayed as 'Database Table') of the object. |
ItemList<Datagroup> |
LogicalEntity.getImplementedByDatabaseTablesOrViews()
Retrieve the
implemented_by_database_tables_or_views property (displayed as 'Implemented by Database Tables or Views') of the object. |
ItemList<Datagroup> |
DesignView.getImplementedByDatabaseTablesViews()
Retrieve the
implemented_by_database_tables_views property (displayed as 'Implemented by Database Tables or Views') of the object. |
ItemList<Datagroup> |
DesignTable.getImplementedByDatabaseTablesViews()
Retrieve the
implemented_by_database_tables_views property (displayed as 'Implemented by Database Tables or Views') of the object. |
ItemList<Datagroup> |
LogicalEntity.getImplementedByDesignTablesOrViews()
Retrieve the
implemented_by_design_tables_or_views property (displayed as 'Implemented by Design Tables or Design Views') of the object. |
ItemList<Datagroup> |
DataFileRecord.getImplementsDesignTablesOrViews()
Retrieve the
implements_design_tables_or_views property (displayed as 'Implements Design Tables or Design Views') of the object. |
ItemList<Datagroup> |
View.getImplementsDesignTablesOrViews()
Retrieve the
implements_design_tables_or_views property (displayed as 'Implements Design Tables or Design Views') of the object. |
ItemList<Datagroup> |
DatabaseTable.getImplementsDesignTablesOrViews()
Retrieve the
implements_design_tables_or_views property (displayed as 'Implements Design Tables or Design Views') of the object. |
ItemList<Datagroup> |
AmazonS3DataFileRecord.getImplementsDesignTablesOrViews()
Retrieve the
implements_design_tables_or_views property (displayed as 'Implements Design Tables or Design Views') of the object. |
ItemList<Datagroup> |
PhysicalObject.getMapsDatabaseTablesOrViews()
Retrieve the
maps_database_tables_or_views property (displayed as 'Maps Database Tables or Views') of the object. |
ItemList<Datagroup> |
DataFileRecord.getSameAsDataSources()
Retrieve the
same_as_data_sources property (displayed as 'Same as Data Sources') of the object. |
ItemList<Datagroup> |
View.getSameAsDataSources()
Retrieve the
same_as_data_sources property (displayed as 'Same as Data Sources') of the object. |
ItemList<Datagroup> |
DatabaseTable.getSameAsDataSources()
Retrieve the
same_as_data_sources property (displayed as 'Same as Data Sources') of the object. |
ItemList<Datagroup> |
MappingSpecification.getSourceDatabaseTablesOrViews()
Retrieve the
source_database_tables_or_views property (displayed as 'Source Database Tables or Views') of the object. |
ItemList<Datagroup> |
MappingSpecification.getTargetDatabaseTablesOrViews()
Retrieve the
target_database_tables_or_views property (displayed as 'Target Database Tables or Views') of the object. |
ItemList<Datagroup> |
BiReportQuery.getUsesDatabaseTablesOrViews()
Retrieve the
uses_database_tables_or_views property (displayed as 'Uses Database Tables or Views') of the object. |
ItemList<Datagroup> |
BiReportQueryUsage.getUsesDatabaseTablesOrViews()
Retrieve the
uses_database_tables_or_views property (displayed as 'Uses Database Tables or Views') of the object. |
ItemList<Datagroup> |
BiCollection.getUsesDatabaseTablesOrViews()
Retrieve the
uses_database_tables_or_views property (displayed as 'Uses Database Tables or Views') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
TableAnalysisSummary.setAnalyzedTable(Datagroup analyzedTable)
Set the
analyzed_table property (displayed as Analyzed Table) of the object. |
void |
TableAnalysis.setDatabaseTableOrView(Datagroup databaseTableOrView)
Set the
database_table_or_view property (displayed as Database Table or View) of the object. |
void |
DatabaseColumn.setDatabaseTableOrView(Datagroup databaseTableOrView)
Set the
database_table_or_view property (displayed as Database Table or View) of the object. |
void |
CandidateKey.setDatabaseTableView(Datagroup databaseTableView)
Set the
database_table_view property (displayed as Database Table View) of the object. |
void |
DesignKey.setDesignTableOrView(Datagroup designTableOrView)
Set the
design_table_or_view property (displayed as Design Table or View) of the object. |
void |
DesignColumn.setDesignTableOrView(Datagroup designTableOrView)
Set the
design_table_or_view property (displayed as Design Table or View) of the object. |
void |
Olapjoinref.setJoinsDatabaseTable(Datagroup joinsDatabaseTable)
Set the
joins_database_table property (displayed as Joins Database Table) of the object. |
void |
DesignForeignKey.setOfDataCollection(Datagroup ofDataCollection)
Set the
of_data_collection property (displayed as Of Data Collection) of the object. |
void |
Parameter.setOfStoredProcedure(Datagroup ofStoredProcedure)
Set the
of_stored_procedure property (displayed as Of Stored Procedure) of the object. |
void |
TableDefinition.setReferencedByDataSources(Datagroup referencedByDataSources)
Set the
referenced_by_data_sources property (displayed as Referenced by Data Sources) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseAlias.setAliasOfDatabaseTablesOrViews(ItemList<Datagroup> aliasOfDatabaseTablesOrViews)
Set the
alias_of_database_tables_or_views property (displayed as Alias of Database Tables or Views) of the object. |
void |
View.setBasedUponDatabaseTables(ItemList<Datagroup> basedUponDatabaseTables)
Set the
based_upon_database_tables property (displayed as Based upon Database Tables) of the object. |
void |
View.setDatabaseAliases(ItemList<Datagroup> databaseAliases)
Set the
database_aliases property (displayed as Alias) of the object. |
void |
DatabaseTable.setDatabaseAliases(ItemList<Datagroup> databaseAliases)
Set the
database_aliases property (displayed as Alias) of the object. |
void |
ForeignKey.setDatabaseTable(ItemList<Datagroup> databaseTable)
Set the
database_table property (displayed as Database Table) of the object. |
void |
LogicalEntity.setImplementedByDatabaseTablesOrViews(ItemList<Datagroup> implementedByDatabaseTablesOrViews)
Set the
implemented_by_database_tables_or_views property (displayed as Implemented by Database Tables or Views) of the object. |
void |
DesignView.setImplementedByDatabaseTablesViews(ItemList<Datagroup> implementedByDatabaseTablesViews)
Set the
implemented_by_database_tables_views property (displayed as Implemented by Database Tables or Views) of the object. |
void |
DesignTable.setImplementedByDatabaseTablesViews(ItemList<Datagroup> implementedByDatabaseTablesViews)
Set the
implemented_by_database_tables_views property (displayed as Implemented by Database Tables or Views) of the object. |
void |
LogicalEntity.setImplementedByDesignTablesOrViews(ItemList<Datagroup> implementedByDesignTablesOrViews)
Set the
implemented_by_design_tables_or_views property (displayed as Implemented by Design Tables or Design Views) of the object. |
void |
DataFileRecord.setImplementsDesignTablesOrViews(ItemList<Datagroup> implementsDesignTablesOrViews)
Set the
implements_design_tables_or_views property (displayed as Implements Design Tables or Design Views) of the object. |
void |
View.setImplementsDesignTablesOrViews(ItemList<Datagroup> implementsDesignTablesOrViews)
Set the
implements_design_tables_or_views property (displayed as Implements Design Tables or Design Views) of the object. |
void |
DatabaseTable.setImplementsDesignTablesOrViews(ItemList<Datagroup> implementsDesignTablesOrViews)
Set the
implements_design_tables_or_views property (displayed as Implements Design Tables or Design Views) of the object. |
void |
AmazonS3DataFileRecord.setImplementsDesignTablesOrViews(ItemList<Datagroup> implementsDesignTablesOrViews)
Set the
implements_design_tables_or_views property (displayed as Implements Design Tables or Design Views) of the object. |
void |
PhysicalObject.setMapsDatabaseTablesOrViews(ItemList<Datagroup> mapsDatabaseTablesOrViews)
Set the
maps_database_tables_or_views property (displayed as Maps Database Tables or Views) of the object. |
void |
DataFileRecord.setSameAsDataSources(ItemList<Datagroup> sameAsDataSources)
Set the
same_as_data_sources property (displayed as Same as Data Sources) of the object. |
void |
View.setSameAsDataSources(ItemList<Datagroup> sameAsDataSources)
Set the
same_as_data_sources property (displayed as Same as Data Sources) of the object. |
void |
DatabaseTable.setSameAsDataSources(ItemList<Datagroup> sameAsDataSources)
Set the
same_as_data_sources property (displayed as Same as Data Sources) of the object. |
void |
MappingSpecification.setSourceDatabaseTablesOrViews(ItemList<Datagroup> sourceDatabaseTablesOrViews)
Set the
source_database_tables_or_views property (displayed as Source Database Tables or Views) of the object. |
void |
MappingSpecification.setTargetDatabaseTablesOrViews(ItemList<Datagroup> targetDatabaseTablesOrViews)
Set the
target_database_tables_or_views property (displayed as Target Database Tables or Views) of the object. |
void |
BiReportQuery.setUsesDatabaseTablesOrViews(ItemList<Datagroup> usesDatabaseTablesOrViews)
Set the
uses_database_tables_or_views property (displayed as Uses Database Tables or Views) of the object. |
void |
BiReportQueryUsage.setUsesDatabaseTablesOrViews(ItemList<Datagroup> usesDatabaseTablesOrViews)
Set the
uses_database_tables_or_views property (displayed as Uses Database Tables or Views) of the object. |
void |
BiCollection.setUsesDatabaseTablesOrViews(ItemList<Datagroup> usesDatabaseTablesOrViews)
Set the
uses_database_tables_or_views property (displayed as Uses Database Tables or Views) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.