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

Packages that use FeatureTypeInfo
org.geotools.data.jdbc   
 

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(java.lang.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, java.lang.String tableName, java.lang.String sqlQuery, Transaction transaction, boolean forWrite)
          Deprecated. See the full version with hints support
protected  QueryData JDBC1DataStore.executeQuery(FeatureTypeInfo featureTypeInfo, java.lang.String tableName, java.lang.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, 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.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.