Package | Description |
---|---|
oracle.jdeveloper.offlinedb |
Database API extension for saving database object definitions in XML files.
|
oracle.jdeveloper.offlinedb.model |
Classes that define an offline database's settings and properties.
|
Modifier and Type | Method and Description |
---|---|
static OfflineDBObjectFactory.IDScheme |
OfflineDBObjectFactory.IDScheme.valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static OfflineDBObjectFactory.IDScheme[] |
OfflineDBObjectFactory.IDScheme.values()
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OfflineDBObjectFactory.IDScheme |
ProviderSettings.getIDScheme()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ProviderSettings.setIDScheme(OfflineDBObjectFactory.IDScheme scheme)
Deprecated.
|