com.vividsolutions.jump.datastore
Interface DataStoreDriver
- All Known Implementing Classes:
- PostgisDataStoreDriver
- public interface DataStoreDriver
A driver for a given type of datastore
REGISTRY_CLASSIFICATION
public static final java.lang.Object REGISTRY_CLASSIFICATION
getName
public java.lang.String getName()
getParameterListSchema
public ParameterListSchema getParameterListSchema()
createConnection
public DataStoreConnection createConnection(ParameterList params)
throws java.lang.Exception
- Throws:
java.lang.Exception
toString
public java.lang.String toString()
- Returns:
- a description of the driver
isAdHocQuerySupported
public boolean isAdHocQuerySupported()