Interface H2SpatialConnectionParameters

All Superinterfaces:
org.gvsig.fmap.dal.DataParameters, org.gvsig.fmap.dal.serverexplorer.db.DBConnectionParameter, org.gvsig.fmap.dal.resource.db.DBParameters, org.gvsig.tools.dynobject.DynObject, org.gvsig.fmap.dal.serverexplorer.filesystem.FilesystemStoreParameters, org.gvsig.tools.util.HasAFile, org.gvsig.fmap.dal.store.jdbc.JDBCConnectionParameters, org.gvsig.tools.persistence.Persistent, org.gvsig.json.SupportFromJson, org.gvsig.json.SupportToJson
All Known Implementing Classes:
H2SpatialExplorerParameters, H2SpatialNewStoreParameters, H2SpatialStoreParameters

public interface H2SpatialConnectionParameters extends org.gvsig.fmap.dal.store.jdbc.JDBCConnectionParameters, org.gvsig.fmap.dal.serverexplorer.filesystem.FilesystemStoreParameters
  • Field Summary

    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
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     
     
    boolean
     
    int
     
     
    int
     

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

    clear, getCopy, toByteArray, toString, validate

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

    getDBName, getHost, getPassword, getPort, getUser, setDBName, setHost, setPassword, 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.fmap.dal.serverexplorer.filesystem.FilesystemStoreParameters

    getFile, setFile

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

    getBatchSize, getCatalog, getJDBCDriverClassName, getSchema, getUrl

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

    • getProperties

      Properties getProperties()
    • getMaxSecondsIdle

      int getMaxSecondsIdle()
    • getServerPort

      int getServerPort()
    • getServerPortAsString

      String getServerPortAsString()
    • getServerAllowOthers

      boolean getServerAllowOthers()
    • getSplitSize

      int getSplitSize()
    • getMaintainGlobalConnection

      boolean getMaintainGlobalConnection()