Uses of Enum Class
org.postgresql.PGProperty
Packages that use PGProperty
-
Uses of PGProperty in org.postgresql
Fields in org.postgresql with type parameters of type PGPropertyModifier and TypeFieldDescriptionprivate static final Map
<String, PGProperty> PGProperty.PROPS_BY_NAME
Methods in org.postgresql that return PGPropertyModifier and TypeMethodDescriptionstatic PGProperty
static PGProperty
Returns the enum constant of this class with the specified name.static PGProperty[]
PGProperty.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PGProperty in org.postgresql.ds.common
Methods in org.postgresql.ds.common with parameters of type PGPropertyModifier and TypeMethodDescriptionBaseDataSource.getProperty
(PGProperty property) void
BaseDataSource.setProperty
(PGProperty property, String value) -
Uses of PGProperty in org.postgresql.jdbcurlresolver
Methods in org.postgresql.jdbcurlresolver that return PGPropertyModifier and TypeMethodDescriptionprivate static PGProperty
JdbcUrlParser.deprecatedToCurrent
(PGProperty pgProperty) Methods in org.postgresql.jdbcurlresolver with parameters of type PGPropertyModifier and TypeMethodDescriptionprivate static PGProperty
JdbcUrlParser.deprecatedToCurrent
(PGProperty pgProperty) Method parameters in org.postgresql.jdbcurlresolver with type arguments of type PGPropertyModifier and TypeMethodDescriptionprivate void
JdbcUrlResolver.parseEnvironment
(Map<PGEnvironment, PGProperty> scanMap, Properties result)