Package | Description |
---|---|
oracle.odi.domain.mapping.component |
This package contains the component implementation in Oracle Data Integrator Mapping.
|
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 | Class and Description |
---|---|
class |
DatastoreComponent
A delegate class for a simple datastore mapping component.
|
class |
FileComponent
Delegate class for the file mapping component.
|
Modifier and Type | Method and Description |
---|---|
DataStorageDelegate |
Dataset.addSource(IDataStore datastoreObject,
java.lang.String joinCondition)
Creates a new source data storage delegate bound to the specified model datastore object, and
add it to the dataset.
|
Modifier and Type | Method and Description |
---|---|
DataStorageDelegate |
OdiInterface.get12cTargetDatastoreObject()
Deprecated.
|
DataStorageDelegate |
OdiInterface.get12cTargetDatastoreObject(OdiTechnology tech)
Deprecated.
For internal use only
|
Modifier and Type | Method and Description |
---|---|
DataStorageDelegate |
SourceDataStore.get12cDataStorageDele()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SourceDataStore |
SourceDataStore.retrieveSourceDataStore(DataSet odiDataSet,
DataStorageDelegate datastoragedele)
Deprecated.
|
void |
SourceDataStore.set12cDataStorageDele(DataStorageDelegate datastoragedele)
Deprecated.
|