|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OdiInterface.DatabaseSchema | |
---|---|
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 Classes in this package allow modification to the ODI interface object, when used in conjunction with the oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions helper class. |
Uses of OdiInterface.DatabaseSchema in oracle.odi.domain.project |
---|
Methods in oracle.odi.domain.project that return OdiInterface.DatabaseSchema | |
---|---|
OdiInterface.DatabaseSchema |
OdiInterface.TargetDataStore.getDatabaseSchema() 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) Returns the enum constant of this type with the specified name. |
static OdiInterface.DatabaseSchema[] |
OdiInterface.DatabaseSchema.values() Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in oracle.odi.domain.project with parameters of type OdiInterface.DatabaseSchema | |
---|---|
void |
OdiInterface.TargetDataStore.setDatabaseSchema(OdiInterface.DatabaseSchema pDatabaseSchema) 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 |
Uses of OdiInterface.DatabaseSchema in oracle.odi.interfaces.interactive.support.actions |
---|
Constructors in oracle.odi.interfaces.interactive.support.actions with parameters of type OdiInterface.DatabaseSchema | |
---|---|
InterfaceActionOnTemporaryTargetDataStoreSetDatabaseSchema(OdiInterface.DatabaseSchema pDatabaseSchema) Creates an action class instance which will set the database schema for a temporary target data store, when performAction is called. |
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |