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 EnvironmentStatusAdbGraphClient. getEnvironmentStatus()Fetches theEnvironmentStatusof the Autonomous Database.static EnvironmentStatusEnvironmentStatus. 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.
-