|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<OdiInterface.DatabaseSchema>
oracle.odi.domain.project.OdiInterface.DatabaseSchema
public static enum OdiInterface.DatabaseSchema
The database schema on which the temporary target datastore is located.
| Enum Constant Summary | |
|---|---|
EXISTINGThe schema used will be the same as the datastore, since this is an actual datastore and is not temporary. |
|
TEMPORARY_SCHEMAThe schema used will be the one returned by the OdiPhysicalSchema.getWorkSchemaName(). |
|
USER_SCHEMAThe schema used will be the one returned by OdiPhysicalSchema.getSchemaName(). |
|
| Method Summary | |
|---|---|
static OdiInterface.DatabaseSchema |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static OdiInterface.DatabaseSchema[] |
values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final OdiInterface.DatabaseSchema USER_SCHEMA
OdiPhysicalSchema.getSchemaName().public static final OdiInterface.DatabaseSchema TEMPORARY_SCHEMA
OdiPhysicalSchema.getWorkSchemaName().public static final OdiInterface.DatabaseSchema EXISTING
| Method Detail |
|---|
public static OdiInterface.DatabaseSchema[] values()
for (OdiInterface.DatabaseSchema c : OdiInterface.DatabaseSchema.values())
System.out.println(c);
public static OdiInterface.DatabaseSchema valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||