org.deegree.sqldialect.oracle
Class OracleDialectProvider

java.lang.Object
  extended by org.deegree.sqldialect.oracle.OracleDialectProvider
All Implemented Interfaces:
SQLDialectProvider

public class OracleDialectProvider
extends Object
implements SQLDialectProvider

SQLDialectProvider for Oracle spatial databases.

Version:
$Revision: 31323 $, $Date: 2011-07-19 16:15:16 +0200 (Tue, 19 Jul 2011) $
Author:
Andreas Schmitz, Stephan Reichhelm, last edited by: $Author: sreichhelm $

Constructor Summary
OracleDialectProvider()
           
 
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

OracleDialectProvider

public OracleDialectProvider()
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.