org.deegree.sqldialect.postgis
Class PostGISDialectProvider

java.lang.Object
  extended by 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 $

Constructor Summary
PostGISDialectProvider()
           
 
Method Summary
 SQLDialect create(String connId, DeegreeWorkspace ws)
           
 ConnectionManager.Type getSupportedType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostGISDialectProvider

public PostGISDialectProvider()
Method Detail

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.