Uses of Class
oracle.pg.rdbms.EnvironmentStatus
-
Packages that use EnvironmentStatus Package Description oracle.pg.rdbms -
-
Uses of EnvironmentStatus in oracle.pg.rdbms
Methods in oracle.pg.rdbms that return EnvironmentStatus Modifier and Type Method Description EnvironmentStatus
AdbGraphClient. getEnvironmentStatus()
Fetches theEnvironmentStatus
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.
-