Class PostgreSQLServerExplorerParameters

java.lang.Object
org.gvsig.fmap.dal.spi.AbstractDataParameters
org.gvsig.fmap.dal.spi.AbstractDataServerExplorerParameters
org.gvsig.fmap.dal.serverexplorer.db.AbstractDBServerExplorerParameters
org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParametersBase
org.gvsig.postgresql.dal.PostgreSQLServerExplorerParameters
All Implemented Interfaces:
org.gvsig.fmap.dal.DataParameters, org.gvsig.fmap.dal.DataServerExplorerParameters, org.gvsig.fmap.dal.resource.db.DBParameters, org.gvsig.fmap.dal.serverexplorer.db.DBConnectionParameter, org.gvsig.fmap.dal.serverexplorer.db.DBServerExplorerParameters, org.gvsig.fmap.dal.store.jdbc.JDBCConnectionParameters, org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters, org.gvsig.json.SupportFromJson, org.gvsig.json.SupportToJson, PostgreSQLConnectionParameters, org.gvsig.tools.dynobject.DynObject, org.gvsig.tools.persistence.Persistent, org.gvsig.tools.util.Validator

public class PostgreSQLServerExplorerParameters extends org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParametersBase implements PostgreSQLConnectionParameters
  • Field Summary

    Fields inherited from class org.gvsig.fmap.dal.serverexplorer.db.AbstractDBServerExplorerParameters

    PARAMETERS_DEFINITION_NAME

    Fields inherited from interface org.gvsig.fmap.dal.DataParameters

    CRS_PARAMTER_NAME

    Fields inherited from interface org.gvsig.fmap.dal.resource.db.DBParameters

    DBNAME_PARAMTER_NAME, HOST_PARAMTER_NAME, PASSWORD_PARAMTER_NAME, PORT_PARAMTER_NAME, USER_PARAMTER_NAME

    Fields inherited from interface org.gvsig.fmap.dal.store.jdbc.JDBCConnectionParameters

    BATCH_SIZE_PARAMETER_NAME, CATALOG_PARAMTER_NAME, DEFAULT_BATCH_SIZE, JDBC_DRIVER_CLASS_PARAMTER_NAME, SCHEMA_PARAMTER_NAME, URL_PARAMTER_NAME

    Fields inherited from interface org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters

    SHOWINFORMATIONDBTABLES_PARAMTER_NAME

    Fields inherited from interface org.gvsig.postgresql.dal.PostgreSQLConnectionParameters

    MAXIDLE_PARAMTER_NAME, NETWORK_TIMEOUT, USESSL_PARAMTER_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     
     
    boolean
     
    void
    setUseSSL(boolean v)
     
    void
     

    Methods inherited from class org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParametersBase

    getBatchSize, getCatalog, getJDBCDriverClassName, getSchema, getShowInformationDBTables, isTheSameServerExplorer, setCatalog, setJDBCDriverClassName, setSchema, setShowInformationDBTables, setShowInformationDBTables, setUrl

    Methods inherited from class org.gvsig.fmap.dal.serverexplorer.db.AbstractDBServerExplorerParameters

    getDBName, getDelegatedDynObject, getExplorerName, getHost, getPassword, getPort, getUser, setDBName, setHost, setPassword, setPort, setPort, setUser

    Methods inherited from class org.gvsig.fmap.dal.spi.AbstractDataParameters

    clear, copyValuesTo, delegate, equals, fromByteArray, fromJson, getCause, getCopy, getDataStoreName, getDescription, getDynClass, getDynValue, getMessage, getProviderName, hasDynValue, hashCode, implement, invokeDynMethod, invokeDynMethod, isValid, loadFromState, loadPRJ, loadWLD, saveToState, setDynValue, toByteArray, toJson, toJsonBuilder, toString, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.gvsig.fmap.dal.DataParameters

    clear, getCopy, toByteArray, toString

    Methods inherited from interface org.gvsig.fmap.dal.DataServerExplorerParameters

    getProviderName

    Methods inherited from interface org.gvsig.fmap.dal.serverexplorer.db.DBServerExplorerParameters

    getDBName, getExplorerName, getHost, getPassword, getPort, getUser, setDBName, setHost, setPassword, setPort, setPort, setUser

    Methods inherited from interface org.gvsig.tools.dynobject.DynObject

    delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValue

    Methods inherited from interface org.gvsig.tools.persistence.Persistent

    loadFromState, saveToState

    Methods inherited from interface org.gvsig.json.SupportFromJson

    fromJson

    Methods inherited from interface org.gvsig.json.SupportToJson

    toJson, toJson, toJsonBuilder, toJsonBuilder
  • Constructor Details

    • PostgreSQLServerExplorerParameters

      public PostgreSQLServerExplorerParameters()
  • Method Details

    • getUrl

      public String getUrl()
      Specified by:
      getUrl in interface org.gvsig.fmap.dal.store.jdbc.JDBCConnectionParameters
      Specified by:
      getUrl in interface org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters
      Overrides:
      getUrl in class org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParametersBase
    • validate

      public void validate() throws org.gvsig.fmap.dal.exception.ValidateDataParametersException
      Specified by:
      validate in interface org.gvsig.fmap.dal.DataParameters
      Overrides:
      validate in class org.gvsig.fmap.dal.spi.AbstractDataParameters
      Throws:
      org.gvsig.fmap.dal.exception.ValidateDataParametersException
    • getUseSSL

      public boolean getUseSSL()
      Specified by:
      getUseSSL in interface PostgreSQLConnectionParameters
    • getMaxIdle

      public int getMaxIdle()
      Specified by:
      getMaxIdle in interface PostgreSQLConnectionParameters
    • setUseSSL

      public void setUseSSL(boolean v)
    • getNetworkTimeout

      public int getNetworkTimeout()
      Specified by:
      getNetworkTimeout in interface PostgreSQLConnectionParameters