Uses of Enum
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.htmlMethods in org.postgresql that return PGEnvironmentModifier and TypeMethodDescriptionstatic PGEnvironmentReturns the enum constant of this type with the specified name.static PGEnvironment[]PGEnvironment.values()Returns an array containing the constants of this enum type, in the order they are declared.