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

Packages that use FeatureTypeInfo
org.geotools.data.db2   
org.geotools.data.jdbc   
 

Uses of FeatureTypeInfo in org.geotools.data.db2
 

Methods in org.geotools.data.db2 with parameters of type FeatureTypeInfo
protected  QueryData DB2DataStore.executeQuery(FeatureTypeInfo featureTypeInfo, String tableName, String sqlQuery, Transaction transaction, boolean forWrite)
          Overrides the method in JDBCDataStore because it includes PostGIS-specific handling to setAutoCommit(false) which causes problems for DB2 because the transaction is still uncommitted when the connection is closed.
 

Uses of FeatureTypeInfo in org.geotools.data.jdbc
 

Fields in org.geotools.data.jdbc declared as FeatureTypeInfo
protected  FeatureTypeInfo QueryData.featureTypeInfo
          Deprecated.  
 

Methods in org.geotools.data.jdbc that return FeatureTypeInfo
 FeatureTypeInfo QueryData.getFeatureTypeInfo()
          Deprecated. DOCUMENT ME!
 FeatureTypeInfo FeatureTypeHandler.getFeatureTypeInfo(String featureTypeName)
          Deprecated. Retreives the FeatureTypeInfo object for a SimpleFeatureType.
 

Methods in org.geotools.data.jdbc with parameters of type FeatureTypeInfo
protected  QueryData JDBC1DataStore.executeQuery(FeatureTypeInfo featureTypeInfo, String tableName, String sqlQuery, Transaction transaction, boolean forWrite)
          Deprecated. See the full version with hints support
protected  QueryData JDBC1DataStore.executeQuery(FeatureTypeInfo featureTypeInfo, String tableName, String sqlQuery, Transaction transaction, boolean forWrite, Hints hints)
          Deprecated. Executes the SQL Query.
 

Constructors in org.geotools.data.jdbc with parameters of type FeatureTypeInfo
QueryData(FeatureTypeInfo featureTypeInfo, JDBC1DataStore parentDataStore, Connection connection, Statement statement, ResultSet resultSet, Transaction transaction)
          Deprecated. Creates a new QueryData object.
QueryData(FeatureTypeInfo featureTypeInfo, JDBC1DataStore parentDataStore, Connection connection, Statement statement, ResultSet resultSet, Transaction transaction, Hints hints)
          Deprecated. Creates a new QueryData object.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.