public class H2SpatialStoreParameters extends JDBCStoreParametersBase implements H2SpatialConnectionParameters
BATCH_SIZE_PARAMETER_NAME, CATALOG_PARAMTER_NAME, DEFAULT_BATCH_SIZE, JDBC_DRIVER_CLASS_PARAMTER_NAME, SCHEMA_PARAMTER_NAME, URL_PARAMTER_NAMEDBNAME_PARAMTER_NAME, HOST_PARAMTER_NAME, PASSWORD_PARAMTER_NAME, PORT_PARAMTER_NAME, USER_PARAMTER_NAMECRS_PARAMTER_NAMEBATCHSIZE_PARAMTER_NAMEBASEFILTER_PARAMTER_NAME, BASEORDER_PARAMTER_NAME, DEFAULTGEOMETRY_PARAMTER_NAME, FIELDS_PARAMTER_NAME, GEOMETRYSUBTYPE_PARAMTER_NAME, GEOMETRYTYPE_PARAMTER_NAME, PARAMETERS_DEFINITION_NAME, PKFIELDS_PARAMTER_NAME, SQL_PARAMTER_NAME, TABLE_PARAMTER_NAME, WORKINGAREA_PARAMTER_NAME| Constructor and Description |
|---|
H2SpatialStoreParameters() |
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getFile() |
boolean |
getMaintainGlobalConnection() |
int |
getMaxSecondsIdle() |
java.util.Properties |
getProperties() |
boolean |
getServerAllowOthers() |
int |
getServerPort() |
java.lang.String |
getServerPortAsString() |
java.lang.String |
getSourceId()
Compound a string that can identify the source
|
int |
getSplitSize() |
java.lang.String |
getUrl()
Compound a string that can identify the source
|
boolean |
isTheSameStore(DataStoreParameters params) |
void |
setFile(java.io.File database) |
void |
validate()
Checks its valid
|
escapeName, getBaseFilter, getBaseOrder, getBatchSize, getCatalog, getCopy, getDBName, getFields, getFieldsString, getHost, getJDBCDriverClassName, getPassword, getPkFields, getPkFieldsString, getPort, getSchema, getSQL, getTable, getUser, isValid, setBaseFilter, setBaseOrder, setBatchSize, setCatalog, setDBName, setFields, setFields, setHost, setJDBCDriverClassName, setPassword, setPkFields, setPkFields, setPort, setPort, setSchema, setSQL, setTable, setUrl, setUser, tableIDgetCRS, getDataStoreName, getDefaultGeometryField, getDelegatedDynObject, getDescription, getGeometrySubtype, getGeometryType, getWorkingArea, setCRS, setCRS, setDefaultGeometryField, setGeometrySubtype, setGeometryType, setWorkingAreaclear, copyValuesTo, delegate, equals, fromByteArray, fromJson, getCause, getDynClass, getDynValue, getMessage, getProviderName, hasDynValue, hashCode, implement, invokeDynMethod, invokeDynMethod, isValid, loadFromState, loadPRJ, loadWLD, saveToState, setDynValue, toByteArray, toJson, toJsonBuilder, toString, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBatchSize, getCatalog, getJDBCDriverClassName, getSchemagetDBName, getHost, getPassword, getPort, getUser, setDBName, setHost, setPassword, setPort, setUserclear, getCopy, toByteArray, toStringloadFromState, saveToStateclone, delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValuetoJson, toJson, toJsonBuilder, toJsonBuilderfromJsongetCRS, getDataStoreName, getDefaultGeometryField, getDescription, getGeometrySubtype, getGeometryType, getWorkingArea, setCRS, setCRS, setDefaultGeometryField, setGeometrySubtype, setGeometryType, setWorkingAreagetProviderNamepublic java.lang.String getUrl()
JDBCStoreParametersBasegetUrl in interface JDBCConnectionParametersgetUrl in interface JDBCStoreParametersgetUrl in class JDBCStoreParametersBasepublic void validate()
throws ValidateDataParametersException
DataParametersvalidate in interface DataParametersvalidate in class AbstractDataParametersValidateDataParametersException - if any problem was detectedpublic java.util.Properties getProperties()
getProperties in interface H2SpatialConnectionParameterspublic java.io.File getFile()
getFile in interface FilesystemStoreParametersgetFile in interface HasAFilepublic void setFile(java.io.File database)
setFile in interface FilesystemStoreParameterssetFile in interface HasAFilepublic int getMaxSecondsIdle()
getMaxSecondsIdle in interface H2SpatialConnectionParameterspublic boolean getServerAllowOthers()
getServerAllowOthers in interface H2SpatialConnectionParameterspublic int getServerPort()
getServerPort in interface H2SpatialConnectionParameterspublic java.lang.String getServerPortAsString()
getServerPortAsString in interface H2SpatialConnectionParameterspublic int getSplitSize()
getSplitSize in interface H2SpatialConnectionParameterspublic boolean isTheSameStore(DataStoreParameters params)
isTheSameStore in interface DataStoreParametersisTheSameStore in interface JDBCStoreParametersisTheSameStore in class JDBCStoreParametersBasepublic boolean getMaintainGlobalConnection()
getMaintainGlobalConnection in interface H2SpatialConnectionParameterspublic java.lang.String getSourceId()
JDBCStoreParametersgetSourceId in interface DataStoreParametersgetSourceId in interface JDBCStoreParametersgetSourceId in class JDBCStoreParametersBase