Class H2ServerDataStoreDriver
java.lang.Object
com.vividsolutions.jump.datastore.spatialdatabases.AbstractSpatialDatabasesDSDriver
com.vividsolutions.jump.datastore.h2.H2ServerDataStoreDriver
- All Implemented Interfaces:
DataStoreDriver
A driver for supplying
SpatialDatabasesDSConnection
s-
Field Summary
FieldsFields inherited from class AbstractSpatialDatabasesDSDriver
driverName, jdbcClass, jdbcDriver, PARAM_DB_File, PARAM_Instance, PARAM_Password, PARAM_Port, PARAM_Server, PARAM_User, paramClasses, paramNames, schema, urlPrefixFields inherited from interface DataStoreDriver
REGISTRY_CLASSIFICATION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateConnection(ParameterList params) returns the right type of DataStoreConnectionMethods inherited from class AbstractSpatialDatabasesDSDriver
createJdbcConnection, createJdbcConnection, createJdbcUrl, getJdbcClass, getJdbcDriver, getJdbcDriverVersion, getName, getParamClasses, getParameterListSchema, getParamNames, getSchema, getUrlPrefix, getVersion, initializeJdbcDriver, isAdHocQuerySupportedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DataStoreDriver
getConnectedIcon, getDisconnectedIcon, toString
-
Field Details
-
JDBC_CLASS
- See Also:
-
-
Constructor Details
-
H2ServerDataStoreDriver
public H2ServerDataStoreDriver()
-
-
Method Details
-
createConnection
returns the right type of DataStoreConnection- Specified by:
createConnectionin interfaceDataStoreDriver- Specified by:
createConnectionin classAbstractSpatialDatabasesDSDriver- Parameters:
params- list of parameters needed for the connection- Returns:
- a DataStoreConnection
- Throws:
Exception- if an Exception occurs while establishing the Connection
-