Package | Description |
---|---|
oracle.pg.rdbms |
This package contains the APIs specific to the property graph support on Oracle Database.
|
Modifier and Type | Method and Description |
---|---|
EnvironmentStatus |
AdbGraphClient.getEnvironmentStatus()
Fetches the
EnvironmentStatus of the Autonomous Database. |
static EnvironmentStatus |
EnvironmentStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnvironmentStatus[] |
EnvironmentStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|