Package | Description |
---|---|
oracle.odi.domain.project |
This package contains the Oracle Data Integrator Project implementation.
|
oracle.odi.domain.project.interfaces |
This package contains Oracle Data Integrator Interface implementation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OdiInterface.IPersistenceComparable.internalPersistenceEquals(OdiInterface.IPersistenceComparable i2)
Deprecated.
Returns
true if this instance is equal to i2 in terms of persisted fields only |
Modifier and Type | Class and Description |
---|---|
class |
DataSet
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release.
This class represents a dataset inside an
OdiInterface .
A DataSet is a subset of sources that can be combined with other DataSet s using Set operators (such as UNION, MINUS, etc.).
DataSet s contain SourceDataStore s, Join s, Filter s and TargetMapping s (which are occurrences of mappings executed on Source or Staging Area.Note that this class is provided in read-only mode. To make any modification to a DataSet please use instances of IInteractiveInterfaceHelper such as InteractiveInterfaceHelperWithActions . |
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 IInterfaceAction s 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 |