org.deegree.sqldialect.postgis
Class PostGISDialectProvider
java.lang.Object
org.deegree.sqldialect.postgis.PostGISDialectProvider
- All Implemented Interfaces:
- SQLDialectProvider
public class PostGISDialectProvider
- extends Object
- implements SQLDialectProvider
SQLDialectProvider
for PostgreSQL / PostGIS databases.
- Version:
- $Revision: 31034 $, $Date: 2011-06-09 16:47:31 +0200 (Do, 09. Jun 2011) $
- Author:
- Markus Schneider, last edited by: $Author: mschneider $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostGISDialectProvider
public PostGISDialectProvider()
getSupportedType
public ConnectionManager.Type getSupportedType()
- Specified by:
getSupportedType
in interface SQLDialectProvider
- Returns:
- the db type which is supported by this feature store provider
create
public SQLDialect create(String connId,
DeegreeWorkspace ws)
throws ResourceInitException
- Specified by:
create
in interface SQLDialectProvider
- Returns:
- new SQL dialect instance configured for the given JDBC connection id
- Throws:
ResourceInitException
Copyright © 2011. All Rights Reserved.