| 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 DatabaseColumn |
ColumnAnalysis.databaseColumn |
protected DatabaseColumn |
PhysicalObjectAttribute.mapsDatabaseFields |
| Modifier and Type | Method and Description |
|---|---|
DatabaseColumn |
ColumnAnalysis.getDatabaseColumn()
Retrieve the
database_column property (displayed as 'Database Column') of the object. |
DatabaseColumn |
PhysicalObjectAttribute.getMapsDatabaseFields()
Retrieve the
maps_database_fields property (displayed as 'Maps Database Fields') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<DatabaseColumn> |
View.getDatabaseColumns()
Retrieve the
database_columns property (displayed as 'Database Columns') of the object. |
ItemList<DatabaseColumn> |
DatabaseTable.getDatabaseColumns()
Retrieve the
database_columns property (displayed as 'Database Columns') of the object. |
ItemList<DatabaseColumn> |
DatabaseAlias.getDefinedForeignKey()
Retrieve the
defined_foreign_key property (displayed as 'Defined Foreign Key') of the object. |
ItemList<DatabaseColumn> |
DatabaseColumn.getDefinedForeignKeyReferences()
Retrieve the
defined_foreign_key_references property (displayed as 'Defined Foreign Key References') of the object. |
ItemList<DatabaseColumn> |
CandidateKey.getDefinedOnDatabaseColumns()
Retrieve the
defined_on_database_columns property (displayed as 'Defined on Database Columns') of the object. |
ItemList<DatabaseColumn> |
NonPublishedDataRuleDefinition.getDesignBindings()
Retrieve the
design_bindings property (displayed as 'Design Bindings') of the object. |
ItemList<DatabaseColumn> |
NonPublishedDataRuleSet.getDesignBindings()
Retrieve the
design_bindings property (displayed as 'Design Bindings') of the object. |
ItemList<DatabaseColumn> |
MappingJoin.getForeignKeyColumns()
Retrieve the
foreign_key_columns property (displayed as 'Foreign Key Columns') of the object. |
ItemList<DatabaseColumn> |
EntityAttribute.getImplementedByDatabaseColumns()
Retrieve the
implemented_by_database_columns property (displayed as 'Implemented by Database Columns') of the object. |
ItemList<DatabaseColumn> |
DesignColumn.getImplementedByDatabaseColumns()
Retrieve the
implemented_by_database_columns property (displayed as 'Implemented by Database Columns') of the object. |
ItemList<DatabaseColumn> |
DatabaseIndex.getIndexedDatabaseColumns()
Retrieve the
indexed_database_columns property (displayed as 'Database Columns') of the object. |
ItemList<DatabaseColumn> |
InferredKey.getInferredDatabaseFields()
Retrieve the
inferred_database_fields property (displayed as 'Inferred Database Fields') of the object. |
ItemList<DatabaseColumn> |
DatabaseIndex.getJoinedDatabaseColumns()
Retrieve the
joined_database_columns property (displayed as 'Joined Database Columns') of the object. |
ItemList<DatabaseColumn> |
MappingJoin.getPrimaryKeyColumns()
Retrieve the
primary_key_columns property (displayed as 'Primary Key Columns') of the object. |
ItemList<DatabaseColumn> |
DatabaseColumn.getReferencedByDatabaseColumns()
Retrieve the
referenced_by_database_columns property (displayed as 'Referenced by Database Columns') of the object. |
ItemList<DatabaseColumn> |
DatabaseColumn.getReferencesDatabaseColumns()
Retrieve the
references_database_columns property (displayed as 'References Database Columns') of the object. |
ItemList<DatabaseColumn> |
DatabaseColumn.getSameAsDatabaseColumns()
Deprecated.
No longer applicable from 11.5.0.1ru5 onwards.
|
ItemList<DatabaseColumn> |
TableAnalysis.getSelectedForeignKey()
Retrieve the
selected_foreign_key property (displayed as 'User Selected Foreign Key') of the object. |
ItemList<DatabaseColumn> |
View.getSelectedForeignKey()
Retrieve the
selected_foreign_key property (displayed as 'User Selected Foreign Key') of the object. |
ItemList<DatabaseColumn> |
DatabaseTable.getSelectedForeignKey()
Retrieve the
selected_foreign_key property (displayed as 'User Selected Foreign Key') of the object. |
ItemList<DatabaseColumn> |
FileRecordAnalysis.getSelectedForeignKey()
Retrieve the
selected_foreign_key property (displayed as 'User Selected Foreign Key') of the object. |
ItemList<DatabaseColumn> |
FieldAnalysis.getSelectedForeignKeyReferenced()
Retrieve the
selected_foreign_key_referenced property (displayed as 'User Selected Foreign Key Referenced') of the object. |
ItemList<DatabaseColumn> |
DatabaseColumn.getSelectedForeignKeyReferenced()
Retrieve the
selected_foreign_key_referenced property (displayed as 'User Selected Foreign Key Referenced') of the object. |
ItemList<DatabaseColumn> |
ColumnAnalysis.getSelectedForeignKeyReferenced()
Retrieve the
selected_foreign_key_referenced property (displayed as 'User Selected Foreign Key Referenced') of the object. |
ItemList<DatabaseColumn> |
FieldAnalysis.getSelectedForeignKeyReferences()
Retrieve the
selected_foreign_key_references property (displayed as 'User Selected Foreign Key References') of the object. |
ItemList<DatabaseColumn> |
DatabaseColumn.getSelectedForeignKeyReferences()
Retrieve the
selected_foreign_key_references property (displayed as 'User Selected Foreign Key References') of the object. |
ItemList<DatabaseColumn> |
ColumnAnalysis.getSelectedForeignKeyReferences()
Retrieve the
selected_foreign_key_references property (displayed as 'User Selected Foreign Key References') of the object. |
ItemList<DatabaseColumn> |
TableAnalysis.getSelectedNaturalKey()
Retrieve the
selected_natural_key property (displayed as 'User Selected Natural Key') of the object. |
ItemList<DatabaseColumn> |
FileRecordAnalysis.getSelectedNaturalKey()
Retrieve the
selected_natural_key property (displayed as 'User Selected Natural Key') of the object. |
ItemList<DatabaseColumn> |
TableAnalysis.getSelectedPrimaryKey()
Retrieve the
selected_primary_key property (displayed as 'User Selected Primary Key') of the object. |
ItemList<DatabaseColumn> |
FileRecordAnalysis.getSelectedPrimaryKey()
Retrieve the
selected_primary_key property (displayed as 'User Selected Primary Key') of the object. |
ItemList<DatabaseColumn> |
Mapping.getSourceColumns()
Retrieve the
source_columns property (displayed as 'Source Columns') of the object. |
ItemList<DatabaseColumn> |
Mapping.getTargetColumns()
Retrieve the
target_columns property (displayed as 'Target Columns') of the object. |
ItemList<DatabaseColumn> |
BiCollectionMember.getUsesDatabaseColumns()
Retrieve the
uses_database_columns property (displayed as 'Uses Database Columns') of the object. |
ItemList<DatabaseColumn> |
InferredForeignKey.getUsesDatabaseFields()
Retrieve the
uses_database_fields property (displayed as 'Uses Database Fields') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnAnalysis.setDatabaseColumn(DatabaseColumn databaseColumn)
Set the
database_column property (displayed as Database Column) of the object. |
void |
PhysicalObjectAttribute.setMapsDatabaseFields(DatabaseColumn mapsDatabaseFields)
Set the
maps_database_fields property (displayed as Maps Database Fields) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
View.setDatabaseColumns(ItemList<DatabaseColumn> databaseColumns)
Set the
database_columns property (displayed as Database Columns) of the object. |
void |
DatabaseTable.setDatabaseColumns(ItemList<DatabaseColumn> databaseColumns)
Set the
database_columns property (displayed as Database Columns) of the object. |
void |
DatabaseAlias.setDefinedForeignKey(ItemList<DatabaseColumn> definedForeignKey)
Set the
defined_foreign_key property (displayed as Defined Foreign Key) of the object. |
void |
DatabaseColumn.setDefinedForeignKeyReferences(ItemList<DatabaseColumn> definedForeignKeyReferences)
Set the
defined_foreign_key_references property (displayed as Defined Foreign Key References) of the object. |
void |
CandidateKey.setDefinedOnDatabaseColumns(ItemList<DatabaseColumn> definedOnDatabaseColumns)
Set the
defined_on_database_columns property (displayed as Defined on Database Columns) of the object. |
void |
NonPublishedDataRuleDefinition.setDesignBindings(ItemList<DatabaseColumn> designBindings)
Set the
design_bindings property (displayed as Design Bindings) of the object. |
void |
NonPublishedDataRuleSet.setDesignBindings(ItemList<DatabaseColumn> designBindings)
Set the
design_bindings property (displayed as Design Bindings) of the object. |
void |
MappingJoin.setForeignKeyColumns(ItemList<DatabaseColumn> foreignKeyColumns)
Set the
foreign_key_columns property (displayed as Foreign Key Columns) of the object. |
void |
EntityAttribute.setImplementedByDatabaseColumns(ItemList<DatabaseColumn> implementedByDatabaseColumns)
Set the
implemented_by_database_columns property (displayed as Implemented by Database Columns) of the object. |
void |
DesignColumn.setImplementedByDatabaseColumns(ItemList<DatabaseColumn> implementedByDatabaseColumns)
Set the
implemented_by_database_columns property (displayed as Implemented by Database Columns) of the object. |
void |
DatabaseIndex.setIndexedDatabaseColumns(ItemList<DatabaseColumn> indexedDatabaseColumns)
Set the
indexed_database_columns property (displayed as Database Columns) of the object. |
void |
InferredKey.setInferredDatabaseFields(ItemList<DatabaseColumn> inferredDatabaseFields)
Set the
inferred_database_fields property (displayed as Inferred Database Fields) of the object. |
void |
DatabaseIndex.setJoinedDatabaseColumns(ItemList<DatabaseColumn> joinedDatabaseColumns)
Set the
joined_database_columns property (displayed as Joined Database Columns) of the object. |
void |
MappingJoin.setPrimaryKeyColumns(ItemList<DatabaseColumn> primaryKeyColumns)
Set the
primary_key_columns property (displayed as Primary Key Columns) of the object. |
void |
DatabaseColumn.setReferencedByDatabaseColumns(ItemList<DatabaseColumn> referencedByDatabaseColumns)
Set the
referenced_by_database_columns property (displayed as Referenced by Database Columns) of the object. |
void |
DatabaseColumn.setReferencesDatabaseColumns(ItemList<DatabaseColumn> referencesDatabaseColumns)
Set the
references_database_columns property (displayed as References Database Columns) of the object. |
void |
DatabaseColumn.setSameAsDatabaseColumns(ItemList<DatabaseColumn> sameAsDatabaseColumns)
Deprecated.
No longer applicable from 11.5.0.1ru5 onwards.
|
void |
TableAnalysis.setSelectedForeignKey(ItemList<DatabaseColumn> selectedForeignKey)
Set the
selected_foreign_key property (displayed as User Selected Foreign Key) of the object. |
void |
View.setSelectedForeignKey(ItemList<DatabaseColumn> selectedForeignKey)
Set the
selected_foreign_key property (displayed as User Selected Foreign Key) of the object. |
void |
DatabaseTable.setSelectedForeignKey(ItemList<DatabaseColumn> selectedForeignKey)
Set the
selected_foreign_key property (displayed as User Selected Foreign Key) of the object. |
void |
FileRecordAnalysis.setSelectedForeignKey(ItemList<DatabaseColumn> selectedForeignKey)
Set the
selected_foreign_key property (displayed as User Selected Foreign Key) of the object. |
void |
FieldAnalysis.setSelectedForeignKeyReferenced(ItemList<DatabaseColumn> selectedForeignKeyReferenced)
Set the
selected_foreign_key_referenced property (displayed as User Selected Foreign Key Referenced) of the object. |
void |
DatabaseColumn.setSelectedForeignKeyReferenced(ItemList<DatabaseColumn> selectedForeignKeyReferenced)
Set the
selected_foreign_key_referenced property (displayed as User Selected Foreign Key Referenced) of the object. |
void |
ColumnAnalysis.setSelectedForeignKeyReferenced(ItemList<DatabaseColumn> selectedForeignKeyReferenced)
Set the
selected_foreign_key_referenced property (displayed as User Selected Foreign Key Referenced) of the object. |
void |
FieldAnalysis.setSelectedForeignKeyReferences(ItemList<DatabaseColumn> selectedForeignKeyReferences)
Set the
selected_foreign_key_references property (displayed as User Selected Foreign Key References) of the object. |
void |
DatabaseColumn.setSelectedForeignKeyReferences(ItemList<DatabaseColumn> selectedForeignKeyReferences)
Set the
selected_foreign_key_references property (displayed as User Selected Foreign Key References) of the object. |
void |
ColumnAnalysis.setSelectedForeignKeyReferences(ItemList<DatabaseColumn> selectedForeignKeyReferences)
Set the
selected_foreign_key_references property (displayed as User Selected Foreign Key References) of the object. |
void |
TableAnalysis.setSelectedNaturalKey(ItemList<DatabaseColumn> selectedNaturalKey)
Set the
selected_natural_key property (displayed as User Selected Natural Key) of the object. |
void |
FileRecordAnalysis.setSelectedNaturalKey(ItemList<DatabaseColumn> selectedNaturalKey)
Set the
selected_natural_key property (displayed as User Selected Natural Key) of the object. |
void |
TableAnalysis.setSelectedPrimaryKey(ItemList<DatabaseColumn> selectedPrimaryKey)
Set the
selected_primary_key property (displayed as User Selected Primary Key) of the object. |
void |
FileRecordAnalysis.setSelectedPrimaryKey(ItemList<DatabaseColumn> selectedPrimaryKey)
Set the
selected_primary_key property (displayed as User Selected Primary Key) of the object. |
void |
Mapping.setSourceColumns(ItemList<DatabaseColumn> sourceColumns)
Set the
source_columns property (displayed as Source Columns) of the object. |
void |
Mapping.setTargetColumns(ItemList<DatabaseColumn> targetColumns)
Set the
target_columns property (displayed as Target Columns) of the object. |
void |
BiCollectionMember.setUsesDatabaseColumns(ItemList<DatabaseColumn> usesDatabaseColumns)
Set the
uses_database_columns property (displayed as Uses Database Columns) of the object. |
void |
InferredForeignKey.setUsesDatabaseFields(ItemList<DatabaseColumn> usesDatabaseFields)
Set the
uses_database_fields property (displayed as Uses Database Fields) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.