Uses of Class
oracle.pgx.api.admin.StartupLogEntryItem
-
Packages that use StartupLogEntryItem Package Description oracle.pgx.api.admin This package contains the administrative interfaces of PGX. -
-
Uses of StartupLogEntryItem in oracle.pgx.api.admin
Methods in oracle.pgx.api.admin that return StartupLogEntryItem Modifier and Type Method Description static StartupLogEntryItem
StartupLogEntryItem. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StartupLogEntryItem[]
StartupLogEntryItem. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-