Uses of Class
org.postgresql.PGProperty
-
Packages that use PGProperty Package Description org.postgresql org.postgresql.ds.common -
-
Uses of PGProperty in org.postgresql
Fields in org.postgresql with type parameters of type PGProperty Modifier and Type Field Description private static java.util.Map<java.lang.String,PGProperty>PGProperty. PROPS_BY_NAMEMethods in org.postgresql that return PGProperty Modifier and Type Method Description static PGPropertyPGProperty. forName(java.lang.String name)static PGPropertyPGProperty. 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. -
Uses of PGProperty in org.postgresql.ds.common
Methods in org.postgresql.ds.common with parameters of type PGProperty Modifier and Type Method Description java.lang.StringBaseDataSource. getProperty(PGProperty property)voidBaseDataSource. setProperty(PGProperty property, java.lang.String value)
-