com.vividsolutions.jump.datastore.postgis
Class PostgisDataStoreDriver
java.lang.Object
com.vividsolutions.jump.datastore.postgis.PostgisDataStoreDriver
- All Implemented Interfaces:
- DataStoreDriver
public class PostgisDataStoreDriver
- extends java.lang.Object
- implements DataStoreDriver
A driver for supplying PostgisDSConnections
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRIVER_NAME
public static final java.lang.String DRIVER_NAME
- See Also:
- Constant Field Values
JDBC_CLASS
public static final java.lang.String JDBC_CLASS
- See Also:
- Constant Field Values
URL_PREFIX
public static final java.lang.String URL_PREFIX
- See Also:
- Constant Field Values
PARAM_Server
public static final java.lang.String PARAM_Server
- See Also:
- Constant Field Values
PARAM_Port
public static final java.lang.String PARAM_Port
- See Also:
- Constant Field Values
PARAM_Instance
public static final java.lang.String PARAM_Instance
- See Also:
- Constant Field Values
PARAM_User
public static final java.lang.String PARAM_User
- See Also:
- Constant Field Values
PARAM_Password
public static final java.lang.String PARAM_Password
- See Also:
- Constant Field Values
PostgisDataStoreDriver
public PostgisDataStoreDriver()
getName
public java.lang.String getName()
- Specified by:
getName in interface DataStoreDriver
getParameterListSchema
public ParameterListSchema getParameterListSchema()
- Specified by:
getParameterListSchema in interface DataStoreDriver
createConnection
public DataStoreConnection createConnection(ParameterList params)
throws java.lang.Exception
- Specified by:
createConnection in interface DataStoreDriver
- Throws:
java.lang.Exception
isAdHocQuerySupported
public boolean isAdHocQuerySupported()
- Specified by:
isAdHocQuerySupported in interface DataStoreDriver