Package org.gvsig.fmap.dal.store.h2
Class H2SpatialExplorerParameters
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.h2.H2SpatialExplorerParameters
- 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,H2SpatialConnectionParameters,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.HasAFile,org.gvsig.tools.util.Validator
public class H2SpatialExplorerParameters
extends org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParametersBase
implements H2SpatialConnectionParameters
-
Field Summary
Fields inherited from class org.gvsig.fmap.dal.serverexplorer.db.AbstractDBServerExplorerParameters
PARAMETERS_DEFINITION_NAMEFields inherited from interface org.gvsig.fmap.dal.DataParameters
CRS_PARAMTER_NAMEFields inherited from interface org.gvsig.fmap.dal.resource.db.DBParameters
DBNAME_PARAMTER_NAME, HOST_PARAMTER_NAME, PASSWORD_PARAMTER_NAME, PORT_PARAMTER_NAME, USER_PARAMTER_NAMEFields 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_NAMEFields inherited from interface org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters
SHOWINFORMATIONDBTABLES_PARAMTER_NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParametersBase
getBatchSize, getCatalog, getJDBCDriverClassName, getSchema, getShowInformationDBTables, isTheSameServerExplorer, setCatalog, setJDBCDriverClassName, setSchema, setShowInformationDBTables, setShowInformationDBTables, setUrlMethods inherited from class org.gvsig.fmap.dal.serverexplorer.db.AbstractDBServerExplorerParameters
getDBName, getDelegatedDynObject, getExplorerName, getHost, getPassword, getPort, getUser, setDBName, setHost, setPassword, setPort, setPort, setUserMethods 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, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.gvsig.fmap.dal.DataParameters
clear, getCopy, toByteArray, toStringMethods inherited from interface org.gvsig.fmap.dal.DataServerExplorerParameters
getProviderNameMethods inherited from interface org.gvsig.fmap.dal.serverexplorer.db.DBServerExplorerParameters
getDBName, getExplorerName, getHost, getPassword, getPort, getUser, setDBName, setHost, setPassword, setPort, setPort, setUserMethods inherited from interface org.gvsig.tools.dynobject.DynObject
delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValueMethods inherited from interface org.gvsig.tools.persistence.Persistent
loadFromState, saveToStateMethods inherited from interface org.gvsig.json.SupportFromJson
fromJsonMethods inherited from interface org.gvsig.json.SupportToJson
toJson, toJson, toJsonBuilder, toJsonBuilder
-
Constructor Details
-
H2SpatialExplorerParameters
public H2SpatialExplorerParameters()
-
-
Method Details
-
getUrl
- Specified by:
getUrlin interfaceorg.gvsig.fmap.dal.store.jdbc.JDBCConnectionParameters- Specified by:
getUrlin interfaceorg.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters- Overrides:
getUrlin classorg.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParametersBase
-
validate
public void validate() throws org.gvsig.fmap.dal.exception.ValidateDataParametersException- Specified by:
validatein interfaceorg.gvsig.fmap.dal.DataParameters- Overrides:
validatein classorg.gvsig.fmap.dal.spi.AbstractDataParameters- Throws:
org.gvsig.fmap.dal.exception.ValidateDataParametersException
-
getProperties
- Specified by:
getPropertiesin interfaceH2SpatialConnectionParameters
-
getFile
- Specified by:
getFilein interfaceorg.gvsig.fmap.dal.serverexplorer.filesystem.FilesystemStoreParameters- Specified by:
getFilein interfaceorg.gvsig.tools.util.HasAFile
-
setFile
- Specified by:
setFilein interfaceorg.gvsig.fmap.dal.serverexplorer.filesystem.FilesystemStoreParameters- Specified by:
setFilein interfaceorg.gvsig.tools.util.HasAFile
-
getMaxSecondsIdle
public int getMaxSecondsIdle()- Specified by:
getMaxSecondsIdlein interfaceH2SpatialConnectionParameters
-
getServerAllowOthers
public boolean getServerAllowOthers()- Specified by:
getServerAllowOthersin interfaceH2SpatialConnectionParameters
-
getServerPort
public int getServerPort()- Specified by:
getServerPortin interfaceH2SpatialConnectionParameters
-
getServerPortAsString
- Specified by:
getServerPortAsStringin interfaceH2SpatialConnectionParameters
-
getSplitSize
public int getSplitSize()- Specified by:
getSplitSizein interfaceH2SpatialConnectionParameters
-
getMaintainGlobalConnection
public boolean getMaintainGlobalConnection()- Specified by:
getMaintainGlobalConnectionin interfaceH2SpatialConnectionParameters
-