| Package | Description |
|---|---|
| org.postgresql |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<java.lang.String,PGEnvironment> |
PGEnvironment.PROPS_BY_NAME |
| Modifier and Type | Method and Description |
|---|---|
static PGEnvironment |
PGEnvironment.valueOf(java.lang.String name)
Returns 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.
|