Uses of Enum
org.postgresql.PGProperty
Packages that use PGProperty
-
Uses of PGProperty in org.postgresql
Subclasses with type arguments of type PGProperty in org.postgresqlModifier and TypeClassDescriptionenumAll connection parameters that can be either set in JDBC URL, in Driver properties or in datasource setters.Methods in org.postgresql that return PGPropertyModifier and TypeMethodDescriptionstatic PGPropertystatic PGPropertyReturns 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. -
Uses of PGProperty in org.postgresql.ds.common
Methods in org.postgresql.ds.common with parameters of type PGPropertyModifier and TypeMethodDescriptionBaseDataSource.getProperty(PGProperty property) voidBaseDataSource.setProperty(PGProperty property, String value)