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

Packages that use JDBCDataStoreConfig
org.geotools.data.db2   
org.geotools.data.jdbc   
org.geotools.data.postgis   
org.geotools.data.postgis.fidmapper   
 

Uses of JDBCDataStoreConfig in org.geotools.data.db2
 

Methods in org.geotools.data.db2 with parameters of type JDBCDataStoreConfig
protected  FIDMapperFactory DB2DataStore.buildFIDMapperFactory(JDBCDataStoreConfig config)
          Creates a DB2-specific FIDMapperFactory.
protected  FeatureTypeHandler DB2DataStore.getFeatureTypeHandler(JDBCDataStoreConfig config)
          Create a DB2-specific FeatureTypeHandler.
 

Constructors in org.geotools.data.db2 with parameters of type JDBCDataStoreConfig
DB2DataStore(DataSource dataSource, JDBCDataStoreConfig config, String dbURL)
          The only supported constructor for a DB2DataStore.
 

Uses of JDBCDataStoreConfig in org.geotools.data.jdbc
 

Fields in org.geotools.data.jdbc declared as JDBCDataStoreConfig
protected  JDBCDataStoreConfig JDBC1DataStore.config
          Deprecated.  
 

Methods in org.geotools.data.jdbc that return JDBCDataStoreConfig
static JDBCDataStoreConfig JDBCDataStoreConfig.createWithNameSpaceAndSchemaName(String namespace, String schemaName)
          Deprecated. TODO summary sentence for createWithNameSpaceAndSchemaName ...
static JDBCDataStoreConfig JDBCDataStoreConfig.createWithSchemaNameAndFIDGenMap(String schemaName, Map fidGenerationMap)
          Deprecated.  
 

Methods in org.geotools.data.jdbc with parameters of type JDBCDataStoreConfig
protected  FIDMapperFactory JDBC1DataStore.buildFIDMapperFactory(JDBCDataStoreConfig config)
          Deprecated.  
protected  FeatureTypeHandler JDBC1DataStore.getFeatureTypeHandler(JDBCDataStoreConfig config)
          Deprecated. DOCUMENT ME!
 

Constructors in org.geotools.data.jdbc with parameters of type JDBCDataStoreConfig
JDBC1DataStore(JDBCDataStoreConfig config)
          Deprecated. Construct a JDBCDataStore with ConnectionPool and associated configuration.
JDBC2DataStore(DataSource dataSource, JDBCDataStoreConfig config)
          Deprecated. Construct a JDBCDataStore with ConnectionPool and associated configuration.
JDBCDataStore(DataSource dataSource, JDBCDataStoreConfig config)
          Deprecated.  
 

Uses of JDBCDataStoreConfig in org.geotools.data.postgis
 

Fields in org.geotools.data.postgis declared as JDBCDataStoreConfig
protected  JDBCDataStoreConfig PostgisSQLBuilder.config
          the datastore
 

Methods in org.geotools.data.postgis with parameters of type JDBCDataStoreConfig
protected  FIDMapperFactory PostgisDataStore.buildFIDMapperFactory(JDBCDataStoreConfig config)
           
 

Constructors in org.geotools.data.postgis with parameters of type JDBCDataStoreConfig
PostgisDataStore(DataSource dataSource, JDBCDataStoreConfig config, int optimizeMode)
           
PostgisSQLBuilder(int srid, JDBCDataStoreConfig config)
           
PostgisSQLBuilder(SQLEncoder encoder, JDBCDataStoreConfig config)
          Constructor with encoder.
PostgisSQLBuilder(SQLEncoder encoder, JDBCDataStoreConfig config, SimpleFeatureType ft)
           
 

Uses of JDBCDataStoreConfig in org.geotools.data.postgis.fidmapper
 

Constructors in org.geotools.data.postgis.fidmapper with parameters of type JDBCDataStoreConfig
PostgisFIDMapperFactory(JDBCDataStoreConfig config)
           
 



Copyright © 1996-2009 Geotools. All Rights Reserved.