| Package | Description |
|---|---|
| oracle.odi.domain.project.interfaces |
This package contains Oracle Data Integrator Interface implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TargetColumn
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release.
A target column is a column of a
OdiInterface.TargetDataStore in an OdiInterface.It contains information about how the column is mapped (indicators, potentially a target SQL mapping text). When the target datastore has an underlying OdiDataStore, each TargetMapping points to one OdiColumn of this OdiDataStore.In this case, TargetColumns are persisted according to an IMappingPersistencePolicy for obvious performance reasons (on a target datastore with 500 columns on which only 10 columns are mapped, this can make a difference).On temporary target datastores, target columns do not reflect an OdiColumn and are systematically persisted.Note that all setters in this class should not be used directly. To create, modify or delete a target column of an OdiInterface, use IInterfaceActions on an IInteractiveInterfaceHelperWithActions. |
class |
TargetMapping
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release.
This class represents a mapping in an interface.
The mapping is in a dataset and has an execution location. Created on 20 dec. 07 |