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, java.lang.String tableName, java.lang.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
           
 

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

Methods in org.geotools.data.jdbc with parameters of type FeatureTypeInfo
protected  QueryData JDBC1DataStore.executeQuery(FeatureTypeInfo featureTypeInfo, java.lang.String tableName, java.lang.String sqlQuery, Transaction transaction, boolean forWrite)
          Executes the SQL Query.
 

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



Copyright © GeoTools. All Rights Reserved.