Interface DataStoreDriver
- All Known Implementing Classes:
AbstractSpatialDatabasesDSDriver, H2DataStoreDriver, H2ServerDataStoreDriver, MariadbDataStoreDriver, MysqlDataStoreDriver, MysqlMariadbDataStoreDriver, OracleDataStoreDriver, PostgisDataStoreDriver, SpatialiteDataStoreDriver
public interface DataStoreDriver
A driver for a given type of datastore
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreateConnection(ParameterList params) default IconDefault icon for this driver after a connection to the datastore has been set.default IconDefault icon for this driver when there is no active connection.getName()booleantoString()
-
Field Details
-
REGISTRY_CLASSIFICATION
-
-
Method Details
-
getName
String getName() -
getVersion
String getVersion() -
getJdbcDriver
Driver getJdbcDriver() -
getJdbcDriverVersion
String getJdbcDriverVersion() -
getParameterListSchema
ParameterListSchema getParameterListSchema() -
createConnection
- Throws:
Exception
-
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. -
toString
-
isAdHocQuerySupported
boolean isAdHocQuerySupported()
-