Uses of Class
org.geotools.data.jdbc.JDBC1DataStore

Packages that use JDBC1DataStore
org.geotools.data.jdbc   
org.geotools.data.mysql   
org.geotools.data.oracle   
org.geotools.data.postgis   
 

Uses of JDBC1DataStore in org.geotools.data.jdbc
 

Subclasses of JDBC1DataStore in org.geotools.data.jdbc
 class JDBC2DataStore
          Deprecated. scheduled for removal in 2.7, use classes in org.geotools.jdbc
 class JDBCDataStore
          Deprecated. scheduled for removal in 2.7, use classes in org.geotools.jdbc
 

Methods in org.geotools.data.jdbc that return JDBC1DataStore
 JDBC1DataStore JDBCFeatureSource.getJDBCDataStore()
          Deprecated. Allows access to JDBCDataStore().
 

Constructors in org.geotools.data.jdbc with parameters of type JDBC1DataStore
FeatureTypeHandler(JDBC1DataStore store, FIDMapperFactory fmFactory, long cacheTimeOut)
          Deprecated. Creates a new feature type handler
JDBCFeatureLocking(JDBC1DataStore jdbcDataStore, org.opengis.feature.simple.SimpleFeatureType featureType)
          Deprecated.  
JDBCFeatureSource(JDBC1DataStore jdbcDataStore, org.opengis.feature.simple.SimpleFeatureType featureType)
          Deprecated. JDBCFeatureSource creation.
JDBCFeatureStore(JDBC1DataStore jdbcDataStore, org.opengis.feature.simple.SimpleFeatureType featureType)
          Deprecated.  
QueryData(FeatureTypeInfo featureTypeInfo, JDBC1DataStore parentDataStore, java.sql.Connection connection, java.sql.Statement statement, java.sql.ResultSet resultSet, Transaction transaction)
          Deprecated. Creates a new QueryData object.
QueryData(FeatureTypeInfo featureTypeInfo, JDBC1DataStore parentDataStore, java.sql.Connection connection, java.sql.Statement statement, java.sql.ResultSet resultSet, Transaction transaction, Hints hints)
          Deprecated. Creates a new QueryData object.
 

Uses of JDBC1DataStore in org.geotools.data.mysql
 

Subclasses of JDBC1DataStore in org.geotools.data.mysql
 class MySQLDataStore
          An implementation of the GeoTools Data Store API for the MySQL database platform.
 

Uses of JDBC1DataStore in org.geotools.data.oracle
 

Subclasses of JDBC1DataStore in org.geotools.data.oracle
 class OracleDataStore
           
 

Constructors in org.geotools.data.oracle with parameters of type JDBC1DataStore
OracleFeatureStore(JDBC1DataStore jdbcDataStore, org.opengis.feature.simple.SimpleFeatureType featureType)
           
 

Uses of JDBC1DataStore in org.geotools.data.postgis
 

Subclasses of JDBC1DataStore in org.geotools.data.postgis
 class PostgisDataStore
          Postgis DataStore implementation.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.