Class OracleDataStoreDriver
java.lang.Object
com.vividsolutions.jump.datastore.spatialdatabases.AbstractSpatialDatabasesDSDriver
com.vividsolutions.jump.datastore.oracle.OracleDataStoreDriver
- All Implemented Interfaces:
DataStoreDriver
A driver for supplying
SpatialDatabasesDSConnections-
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 DataStoreConnectionDefault icon for this driver after a connection to the datastore has been set.Default icon for this driver when there is no active connection.Methods 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
toString
-
Field Details
-
JDBC_CLASS
- See Also:
-
GT_SDO_CLASS_NAME
- See Also:
-
-
Constructor Details
-
OracleDataStoreDriver
public OracleDataStoreDriver()Constructor TODO: static variables for fields
-
-
Method Details
-
createConnection
returns the right type of DataStoreConnection- Specified by:
createConnectionin interfaceDataStoreDriver- Specified by:
createConnectionin classAbstractSpatialDatabasesDSDriver- Parameters:
params- parameters of this DataStoreConnection- Returns:
- a DataStoreConnection
- Throws:
Exception- if an Exception occurs
-
getConnectedIcon
Default icon for this driver after a connection to the datastore has been set. Subclass should overload this method to offer a database specific icon. -
getDisconnectedIcon
Default icon for this driver when there is no active connection. Subclass should overload this method to offer a database specific icon.
-