Uses of Enum Class
org.postgresql.PGEnvironment
Packages that use PGEnvironment
-
Uses of PGEnvironment in org.postgresql
Subclasses with type arguments of type PGEnvironment in org.postgresqlModifier and TypeClassDescriptionenumSome environment variables are intended to have same meaning as libpq describes here: https://www.postgresql.org/docs/current/libpq-envars.htmlFields in org.postgresql with type parameters of type PGEnvironmentModifier and TypeFieldDescriptionprivate static final Map<String, PGEnvironment> PGEnvironment.PROPS_BY_NAMEMethods in org.postgresql that return PGEnvironmentModifier and TypeMethodDescriptionstatic PGEnvironmentReturns the enum constant of this class with the specified name.static PGEnvironment[]PGEnvironment.values()Returns an array containing the constants of this enum class, in the order they are declared.