Uses of Class
org.postgresql.PGProperty

Packages that use PGProperty
org.postgresql   
org.postgresql.ds.common   
 

Uses of PGProperty in org.postgresql
 

Methods in org.postgresql that return PGProperty
static PGProperty PGProperty.forName(String name)
           
static PGProperty PGProperty.valueOf(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
 String BaseDataSource.getProperty(PGProperty property)
           
 void BaseDataSource.setProperty(PGProperty property, String value)
           
 



Copyright © 2016 PostgreSQL Global Development Group. All rights reserved.