Package | Description |
---|---|
oracle.odi.domain.dimension | |
oracle.odi.domain.model |
This package contains the Oracle Data Integrator Data Model domain implementation.
|
oracle.odi.domain.model.finder |
This package contains Oracle Data Integrator Finder interfaces for domain model objects.
|
oracle.odi.domain.project.interfaces |
This package contains Oracle Data Integrator Interface implementation.
|
oracle.odi.interfaces.interactive.support.actions |
This package contains the Oracle Data Integrator interface action implementation classes.
|
Modifier and Type | Method and Description |
---|---|
OdiColumn |
OdiKeyPartUse.getBoundColumn() |
OdiColumn |
OdiLevelAttribute.getBoundColumn() |
OdiColumn |
OdiMeasure.getBoundColumn() |
OdiColumn |
OdiRefMember.getBoundColumn() |
OdiColumn |
OdiKeyPartUse.getBoundErrorColumn() |
OdiColumn |
OdiLevelAttribute.getBoundErrorColumn() |
OdiColumn |
OdiMeasure.getBoundErrorColumn() |
OdiColumn |
OdiRefMember.getBoundErrorColumn() |
OdiColumn |
OdiLevelAttribute.getBoundStagingColumn() |
OdiColumn |
OdiRefMember.getBoundStagingColumn() |
Modifier and Type | Method and Description |
---|---|
void |
OdiKeyPartUse.setBoundColumn(OdiColumn pBoundColumn) |
void |
OdiLevelAttribute.setBoundColumn(OdiColumn col) |
void |
OdiMeasure.setBoundColumn(OdiColumn pBoundColumn) |
void |
OdiRefMember.setBoundColumn(OdiColumn col) |
void |
OdiKeyPartUse.setBoundErrorColumn(OdiColumn pBoundErrorColumn) |
void |
OdiLevelAttribute.setBoundErrorColumn(OdiColumn col) |
void |
OdiMeasure.setBoundErrorColumn(OdiColumn pBoundErrorColumn) |
void |
OdiRefMember.setBoundErrorColumn(OdiColumn col) |
void |
OdiLevelAttribute.setBoundStagingColumn(OdiColumn col) |
void |
OdiRefMember.setBoundStagingColumn(OdiColumn col) |
Modifier and Type | Method and Description |
---|---|
OdiColumn |
OdiDataStore.getColumn(java.lang.String pName)
Returns the column named after the given name.
|
OdiColumn |
ReferenceColumn.getForeignKeyColumn()
Obtains the foreign key column of this
ReferenceColumn instance. |
OdiColumn |
ReferenceColumn.getPrimaryKeyColumn()
Obtains the primary key column of this
ReferenceColumn instance. |
OdiColumn |
OdiColumn.getSourceColumn()
Obtains the source column of this
OdiColumn . |
Modifier and Type | Method and Description |
---|---|
void |
OdiKey.addColumn(OdiColumn pColumn)
Adds the given column to this
OdiKey instance. |
void |
OdiDataStore.moveColumn(OdiColumn pColumn,
int pNewPosition)
Change the position of the column in this datastore.
|
void |
OdiKey.moveColumn(OdiColumn pColumn,
int pNewPosition)
Sets a new Position for the given column of this key.
|
void |
OdiDataStore.removeColumn(OdiColumn pColumn)
|
void |
OdiKey.removeColumn(OdiColumn pColumn)
Remove the the given column from this key.
|
void |
OdiColumn.setSourceColumn(OdiColumn pSourceColumn)
Sets the source column for this
OdiColumn if created using common format designer. |
Constructor and Description |
---|
ReferenceColumn(OdiReference pReference,
OdiColumn pForeignKeyColumn,
OdiColumn pPrimaryKeyColumn)
Creates an
ReferenceColumn for the given Foreign Key and Primary Key
columns and add it to the given OdiReference . |
Modifier and Type | Method and Description |
---|---|
OdiColumn |
IOdiColumnFinder.findByName(java.lang.String pName,
java.lang.Number pDataStoreId)
Find OdiColumn by name and data store id.
|
Modifier and Type | Method and Description |
---|---|
OdiColumn |
TargetColumn.getUnderlyingOdiColumn()
Deprecated.
The underlying
OdiColumn .If the TargetDataStore is a temporary datastore, null is returned as there is no underlying OdiColumn. |
Modifier and Type | Method and Description |
---|---|
void |
TargetColumn.setUnderlyingOdiColumn(OdiColumn pColumn)
Deprecated.
Internal use only
Sets the underlying column for this target column.
|
Constructor and Description |
---|
TargetColumn(OdiInterface pParentInterface,
OdiColumn pRealColumn,
OdiInterface.ExecutionLocation pExecutionLocation)
Deprecated.
Internal use only
Creates a new target column object.
|
TargetColumn(OdiInterface pParentInterface,
OdiDataStore pFcoDatastore,
OdiColumn pRealColumn,
OdiInterface.ExecutionLocation pExecutionLocation)
Deprecated.
|
Constructor and Description |
---|
InterfaceActionOnTemporaryTargetDataStoreAddColumn(OdiColumn pOdiColumn,
IAutoMappingComputer pAutoMappingComputer)
Deprecated.
Creates an action class instance which will add a column
to a temporary target data store, when
performAction is called. |