Revision 433 trunk/org.gvsig.postgresql/org.gvsig.postgresql.provider/src/main/java/org/gvsig/postgresql/dal/PostgreSQLConnectionParametersHelper.java

View differences:

PostgreSQLConnectionParametersHelper.java
52 52
        ((DataParameters)this.parameters).setDynValue(name,value);
53 53
    }
54 54
    
55
    public int getMaxIdle() {
56
        return (int) this.getDynValue(PostgreSQLConnectionParameters.MAXIDLE_PARAMTER_NAME);
57
    }
55 58

  
56 59
    public boolean getUseSSL() {
57 60
        return (boolean) this.getDynValue(PostgreSQLConnectionParameters.USESSL_PARAMTER_NAME);

Also available in: Unified diff