Class SQLiteExplorerParameters

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.sqlite.dal.SQLiteExplorerParameters
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.serverexplorer.filesystem.FilesystemStoreParameters, org.gvsig.fmap.dal.store.jdbc.JDBCConnectionParameters, org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters, org.gvsig.json.SupportFromJson, org.gvsig.json.SupportToJson, SQLiteConnectionParameters, org.gvsig.tools.dynobject.DynObject, org.gvsig.tools.persistence.Persistent, org.gvsig.tools.util.HasAFile, org.gvsig.tools.util.Validator

public class SQLiteExplorerParameters extends org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParametersBase implements SQLiteConnectionParameters
  • 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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
     
     
     
     
    void
     
    void
     
    void
    setFile(File database)
     
    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

    • SQLiteExplorerParameters

      public SQLiteExplorerParameters()
  • 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
    • getEnableLoadExtension

      public boolean getEnableLoadExtension()
      Specified by:
      getEnableLoadExtension in interface SQLiteConnectionParameters
    • getEnableSharedCache

      public boolean getEnableSharedCache()
      Specified by:
      getEnableSharedCache in interface SQLiteConnectionParameters
    • setEnableLoadExtension

      public void setEnableLoadExtension(boolean v)
      Specified by:
      setEnableLoadExtension in interface SQLiteConnectionParameters
    • setEnableSharedCache

      public void setEnableSharedCache(boolean v)
      Specified by:
      setEnableSharedCache in interface SQLiteConnectionParameters
    • getProperties

      public Properties getProperties()
      Specified by:
      getProperties in interface SQLiteConnectionParameters
    • getFile

      public File getFile()
      Specified by:
      getFile in interface org.gvsig.fmap.dal.serverexplorer.filesystem.FilesystemStoreParameters
      Specified by:
      getFile in interface org.gvsig.tools.util.HasAFile
    • setFile

      public void setFile(File database)
      Specified by:
      setFile in interface org.gvsig.fmap.dal.serverexplorer.filesystem.FilesystemStoreParameters
      Specified by:
      setFile in interface org.gvsig.tools.util.HasAFile