Class FakePostgreSQLConnectionParameters

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.fmap.dal.store.jdbc2.spi.FakeConnectionParameters
org.gvsig.postgresql.dal.FakePostgreSQLConnectionParameters
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 FakePostgreSQLConnectionParameters extends org.gvsig.fmap.dal.store.jdbc2.spi.FakeConnectionParameters implements PostgreSQLConnectionParameters
Author:
fdiaz
  • 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
     

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

    getBatchSize, getCatalog, getJDBCDriverClassName, getSchema, getShowInformationDBTables, getUrl, 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, validate

    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, validate

    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