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

Packages that use QueryData
org.geotools.data.jdbc   
org.geotools.data.mysql   
org.geotools.data.oracle   
org.geotools.data.oracle.attributeio   
org.geotools.data.postgis   
 

Uses of QueryData in org.geotools.data.jdbc
 

Fields in org.geotools.data.jdbc declared as QueryData
protected  QueryData JDBCFeatureWriter.queryData
          Deprecated.  
 

Methods in org.geotools.data.jdbc that return QueryData
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.
 

Methods in org.geotools.data.jdbc with parameters of type QueryData
protected  FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> JDBC1DataStore.createFeatureReader(org.opengis.feature.simple.SimpleFeatureType schema, org.opengis.filter.Filter postFilter, QueryData queryData)
          Deprecated. Create a new FeatureReader based on attributeReaders.
protected  JDBCFeatureWriter JDBC1DataStore.createFeatureWriter(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader, QueryData queryData)
          Deprecated.  
protected abstract  AttributeIO JDBC1DataStore.getGeometryAttributeIO(org.opengis.feature.type.AttributeDescriptor type, QueryData queryData)
          Deprecated. Hook to create the geometry attribute IO for a vendor specific data source.
protected  JDBCFeatureReader JDBC1DataStore.getJDBCFeatureReader(QueryData queryData)
          Deprecated.  
 

Constructors in org.geotools.data.jdbc with parameters of type QueryData
JDBCFeatureReader(QueryData queryData)
          Deprecated. Creates a new JDBCFeatureReader object.
JDBCFeatureWriter(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader, QueryData queryData)
          Deprecated.  
JDBCPSFeatureWriter(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> fReader, QueryData queryData)
          Deprecated. Creates a new instance of JDBCFeatureWriter
JDBCTextFeatureWriter(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> fReader, QueryData queryData)
          Deprecated. Creates a new instance of JDBCFeatureWriter
 

Uses of QueryData in org.geotools.data.mysql
 

Methods in org.geotools.data.mysql with parameters of type QueryData
protected  JDBCFeatureWriter MySQLDataStore.createFeatureWriter(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader, QueryData queryData)
           
protected  AttributeIO MySQLDataStore.getGeometryAttributeIO(org.opengis.feature.type.AttributeDescriptor type, QueryData queryData)
           
 

Constructors in org.geotools.data.mysql with parameters of type QueryData
MySQLFeatureWriter(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> fReader, QueryData queryData)
           
 

Uses of QueryData in org.geotools.data.oracle
 

Methods in org.geotools.data.oracle with parameters of type QueryData
protected  JDBCFeatureWriter OracleDataStore.createFeatureWriter(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> fReader, QueryData queryData)
          Returns a Oracle text based feature writer that just issues the sql statements directly, as text.
protected  AttributeIO OracleDataStore.getGeometryAttributeIO(org.opengis.feature.type.AttributeDescriptor type, QueryData queryData)
           
 

Constructors in org.geotools.data.oracle with parameters of type QueryData
OracleFeatureWriter(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> fReader, QueryData queryData)
           
 

Uses of QueryData in org.geotools.data.oracle.attributeio
 

Constructors in org.geotools.data.oracle.attributeio with parameters of type QueryData
SDOAttributeIO(org.opengis.feature.type.AttributeDescriptor attributeType, QueryData queryData)
           
 

Uses of QueryData in org.geotools.data.postgis
 

Methods in org.geotools.data.postgis with parameters of type QueryData
protected  JDBCFeatureWriter PostgisDataStore.createFeatureWriter(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> fReader, QueryData queryData)
          DOCUMENT ME!
protected  AttributeIO PostgisDataStore.getGeometryAttributeIO(org.opengis.feature.type.AttributeDescriptor type, QueryData queryData)
           
 

Constructors in org.geotools.data.postgis with parameters of type QueryData
PostgisFeatureWriter(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> fReader, QueryData queryData, boolean WKBEnabled, boolean byteaWKB, PostgisSQLBuilder sqlBuilder)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.