Package | Description |
---|---|
org.postgresql | |
org.postgresql.ds.common |
Modifier and Type | Method and Description |
---|---|
static PGProperty |
PGProperty.forName(java.lang.String name) |
static PGProperty |
PGProperty.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PGProperty[] |
PGProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
BaseDataSource.getProperty(PGProperty property) |
void |
BaseDataSource.setProperty(PGProperty property,
java.lang.String value) |
Copyright © 2021 PostgreSQL Global Development Group. All rights reserved.