public static final class OdiInterface.DatabaseSchema
extends java.lang.Enum
| Modifier and Type | Field and Description | 
|---|---|
static 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 | 
TEMPORARY_SCHEMA
Deprecated.  
The schema used will be the one returned by the  
OdiPhysicalSchema.getWorkSchemaName(). | 
static OdiInterface.DatabaseSchema | 
USER_SCHEMA
Deprecated.  
The schema used will be the one returned by  
OdiPhysicalSchema.getSchemaName(). | 
| Modifier and Type | Method and Description | 
|---|---|
static OdiInterface.DatabaseSchema | 
valueOf(java.lang.String name)
Deprecated.  
  | 
static OdiInterface.DatabaseSchema[] | 
values()
Deprecated.  
  | 
public static final OdiInterface.DatabaseSchema USER_SCHEMA
OdiPhysicalSchema.getSchemaName().public static final OdiInterface.DatabaseSchema TEMPORARY_SCHEMA
OdiPhysicalSchema.getWorkSchemaName().public static final OdiInterface.DatabaseSchema EXISTING
public static OdiInterface.DatabaseSchema[] values()
public static OdiInterface.DatabaseSchema valueOf(java.lang.String name)