Class JDBCServerExplorerParametersBase

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
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, org.gvsig.tools.dynobject.DynObject, org.gvsig.tools.persistence.Persistent, org.gvsig.tools.util.Validator
Direct Known Subclasses:
FakeConnectionParameters

public class JDBCServerExplorerParametersBase extends org.gvsig.fmap.dal.serverexplorer.db.AbstractDBServerExplorerParameters implements org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters
  • 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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    JDBCServerExplorerParametersBase(String parametersDefinitionName, String name)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
     
     
     
     
     
    boolean
    isTheSameServerExplorer(org.gvsig.fmap.dal.DataServerExplorerParameters params)
     
    void
    setCatalog(String catalog)
     
    void
     
    void
    setSchema(String schema)
     
    void
     
    void
     
    void
     

    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
  • Constructor Details

    • JDBCServerExplorerParametersBase

      public JDBCServerExplorerParametersBase()
    • JDBCServerExplorerParametersBase

      public JDBCServerExplorerParametersBase(String parametersDefinitionName, String name)
  • Method Details

    • setJDBCDriverClassName

      public void setJDBCDriverClassName(String className)
      Specified by:
      setJDBCDriverClassName in interface org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters
    • getJDBCDriverClassName

      public String getJDBCDriverClassName()
      Specified by:
      getJDBCDriverClassName in interface org.gvsig.fmap.dal.store.jdbc.JDBCConnectionParameters
      Specified by:
      getJDBCDriverClassName in interface org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters
    • getCatalog

      public String getCatalog()
      Specified by:
      getCatalog in interface org.gvsig.fmap.dal.store.jdbc.JDBCConnectionParameters
      Specified by:
      getCatalog in interface org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters
    • setCatalog

      public void setCatalog(String catalog)
      Specified by:
      setCatalog in interface org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters
    • getSchema

      public String getSchema()
      Specified by:
      getSchema in interface org.gvsig.fmap.dal.store.jdbc.JDBCConnectionParameters
      Specified by:
      getSchema in interface org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters
    • setSchema

      public void setSchema(String schema)
      Specified by:
      setSchema in interface org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters
    • setShowInformationDBTables

      public void setShowInformationDBTables(boolean show)
      Specified by:
      setShowInformationDBTables in interface org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters
    • setShowInformationDBTables

      public void setShowInformationDBTables(Boolean show)
      Specified by:
      setShowInformationDBTables in interface org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters
    • getShowInformationDBTables

      public Boolean getShowInformationDBTables()
      Specified by:
      getShowInformationDBTables in interface org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters
    • 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
    • setUrl

      public void setUrl(String url)
      Specified by:
      setUrl in interface org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters
    • getBatchSize

      public int getBatchSize()
      Specified by:
      getBatchSize in interface org.gvsig.fmap.dal.store.jdbc.JDBCConnectionParameters
      Specified by:
      getBatchSize in interface org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters
    • isTheSameServerExplorer

      public boolean isTheSameServerExplorer(org.gvsig.fmap.dal.DataServerExplorerParameters params)
      Specified by:
      isTheSameServerExplorer in interface org.gvsig.fmap.dal.DataServerExplorerParameters
      Specified by:
      isTheSameServerExplorer in interface org.gvsig.fmap.dal.serverexplorer.db.DBServerExplorerParameters
      Specified by:
      isTheSameServerExplorer in interface org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters
      Overrides:
      isTheSameServerExplorer in class org.gvsig.fmap.dal.serverexplorer.db.AbstractDBServerExplorerParameters