Uses of Class
org.geotools.jdbc.JDBCDataStoreFactory

Packages that use JDBCDataStoreFactory
org.geotools.data.db2   
org.geotools.data.h2   
org.geotools.data.oracle   
org.geotools.data.postgis   
org.geotools.jdbc   
 

Uses of JDBCDataStoreFactory in org.geotools.data.db2
 

Subclasses of JDBCDataStoreFactory in org.geotools.data.db2
 class DB2NGDataStoreFactory
          DataStoreFactory for DB2 database.
 class DB2NGJNDIDataStoreFactory
          DataStoreFactory for DB2 database.
 

Uses of JDBCDataStoreFactory in org.geotools.data.h2
 

Subclasses of JDBCDataStoreFactory in org.geotools.data.h2
 class H2DataStoreFactory
          DataStoreFacotry for H2 database.
 class H2JNDIDataStoreFactory
          JNDI DataStoreFactory for H2.
 

Uses of JDBCDataStoreFactory in org.geotools.data.oracle
 

Subclasses of JDBCDataStoreFactory in org.geotools.data.oracle
 class OracleNGDataStoreFactory
          Oracle data store factory.
 class OracleNGJNDIDataStoreFactory
          JNDI DataStoreFactory for oracle database.
 

Uses of JDBCDataStoreFactory in org.geotools.data.postgis
 

Subclasses of JDBCDataStoreFactory in org.geotools.data.postgis
 class PostgisNGDataStoreFactory
           
 class PostgisNGJNDIDataStoreFactory
          JNDI DataStoreFactory for Postgis database.
 

Uses of JDBCDataStoreFactory in org.geotools.jdbc
 

Subclasses of JDBCDataStoreFactory in org.geotools.jdbc
 class JDBCJNDIDataStoreFactory
          Abstract implementation of DataStoreFactory for jdbc datastores which obtain a JNDI connection.
 

Fields in org.geotools.jdbc declared as JDBCDataStoreFactory
protected  JDBCDataStoreFactory JDBCJNDIDataStoreFactory.delegate
          regular datastore factory to delegate to.
 

Constructors in org.geotools.jdbc with parameters of type JDBCDataStoreFactory
JDBCJNDIDataStoreFactory(JDBCDataStoreFactory delegate)
           
 



Copyright © 1996-2009 Geotools. All Rights Reserved.