org.deegree.sqldialect
Interface SQLDialectProvider

All Known Implementing Classes:
OracleDialectProvider, PostGISDialectProvider

public interface SQLDialectProvider

Implementations provide SQLDialect implementations.

Version:
$Revision: 31030 $, $Date: 2011-06-09 15:59:25 +0200 (Do, 09. Jun 2011) $
Author:
Andreas Schmitz, Markus Schneider, last edited by: $Author: mschneider $

Method Summary
 SQLDialect create(String connId, DeegreeWorkspace ws)
           
 ConnectionManager.Type getSupportedType()
           
 

Method Detail

getSupportedType

ConnectionManager.Type getSupportedType()
Returns:
the db type which is supported by this feature store provider

create

SQLDialect create(String connId,
                  DeegreeWorkspace ws)
                  throws ResourceInitException
Parameters:
connId -
ws -
Returns:
new SQL dialect instance configured for the given JDBC connection id
Throws:
ResourceInitException


Copyright © 2011. All Rights Reserved.