| Package | Description |
|---|---|
| oracle.odi.domain.project |
This package contains the Oracle Data Integrator Project implementation.
|
| oracle.odi.interfaces.interactive.support.actions |
This package contains the Oracle Data Integrator interface action implementation classes.
|
| Modifier and Type | Field and Description |
|---|---|
static OdiInterface.DatabaseSchema |
OdiInterface.DatabaseSchema.EXISTING
Deprecated.
The schema used will be the same as the datastore, since this is an actual datastore and is not temporary.
|
static OdiInterface.DatabaseSchema |
OdiInterface.DatabaseSchema.TEMPORARY_SCHEMA
Deprecated.
The schema used will be the one returned by the
OdiPhysicalSchema.getWorkSchemaName(). |
static OdiInterface.DatabaseSchema |
OdiInterface.DatabaseSchema.USER_SCHEMA
Deprecated.
The schema used will be the one returned by
OdiPhysicalSchema.getSchemaName(). |
| Modifier and Type | Method and Description |
|---|---|
OdiInterface.DatabaseSchema |
OdiInterface.TargetDataStore.getDatabaseSchema()
Deprecated.
Returns the DatabaseSchema (user schema, temporary schema, or existing
schema) on which this temporary target datastore is located.
|
OdiInterface.DatabaseSchema |
OdiInterface.StagingArea.getDatabaseSchema()
Deprecated.
use the targetDatastore instead
|
static OdiInterface.DatabaseSchema |
OdiInterface.DatabaseSchema.valueOf(java.lang.String name)
Deprecated.
|
static OdiInterface.DatabaseSchema[] |
OdiInterface.DatabaseSchema.values()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OdiInterface.TargetDataStore.setDatabaseSchema(OdiInterface.DatabaseSchema pDatabaseSchema)
Deprecated.
For internal use only
Set the DatabaseSchema which this temporary target datastore is located.
|
void |
OdiInterface.StagingArea.setDatabaseSchema(OdiInterface.DatabaseSchema pDatabaseSchema)
Deprecated.
use the targetDatastore instead
|
| Constructor and Description |
|---|
OdiInterface(OdiFolder pFolder,
java.lang.String pName,
OdiContext pOptimizationContext,
OdiInterface.DatabaseSchema dSchema,
java.lang.String pGuid)
Deprecated.
|
| Constructor and Description |
|---|
InterfaceActionOnTemporaryTargetDataStoreSetDatabaseSchema(OdiInterface.DatabaseSchema pDatabaseSchema)
Deprecated.
Creates an action class instance which will set the database schema for a temporary target data store, when
performAction is called. |