Uses of Class
org.geotools.jdbc.JDBCDataStoreFactory

Packages that use JDBCDataStoreFactory
org.geotools.data.db2   
org.geotools.data.h2   
org.geotools.data.mysql   
org.geotools.data.oracle   
org.geotools.data.postgis   
org.geotools.data.spatialite   
org.geotools.data.sqlserver   
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.mysql
 

Subclasses of JDBCDataStoreFactory in org.geotools.data.mysql
 class MySQLDataStoreFactory
          DataStoreFactory for MySQL database.
 class MySQLJNDIDataStoreFactory
          JNDI DataStoreFactory for mysql database.
 

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.
 class OracleNGOCIDataStoreFactory
          Creates an Oracle datastore based on a thick OCI client connection, instead of the traditional (thin) jdbc connection.
 

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.data.spatialite
 

Subclasses of JDBCDataStoreFactory in org.geotools.data.spatialite
 class SpatiaLiteDataStoreFactory
          DataStoreFactory for SpatiaLite database.
 class SpatiaLiteJNDIDataStoreFactory
          JNDI DataStoreFactory for SpatiaLite database.
 

Uses of JDBCDataStoreFactory in org.geotools.data.sqlserver
 

Subclasses of JDBCDataStoreFactory in org.geotools.data.sqlserver
 class SQLServerDataStoreFactory
          DataStore factory for Microsoft SQL Server.
 class SQLServerJNDIDataStoreFactory
          JNDI DataStoreFactory for sql server 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-2010 Geotools. All Rights Reserved.