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

Packages that use FilterToSQL
org.geotools.arcsde.filter   
org.geotools.data.db2   
org.geotools.data.db2.filter   
org.geotools.data.h2   
org.geotools.data.jdbc   
org.geotools.data.mysql   
org.geotools.data.oracle   
org.geotools.data.postgis   
org.geotools.data.spatialite   
org.geotools.data.sqlserver   
org.geotools.jdbc   
 

Uses of FilterToSQL in org.geotools.arcsde.filter
 

Subclasses of FilterToSQL in org.geotools.arcsde.filter
 class FilterToSQLSDE
          Encodes an attribute filter into a SQL WHERE statement for arcsde.
 

Uses of FilterToSQL in org.geotools.data.db2
 

Subclasses of FilterToSQL in org.geotools.data.db2
 class DB2FilterToSQL
          Generate a WHERE clause for DB2 Spatial Extender based on a spatial filter.
 

Methods in org.geotools.data.db2 that return FilterToSQL
 FilterToSQL DB2SQLDialectBasic.createFilterToSQL()
           
 

Constructors in org.geotools.data.db2 with parameters of type FilterToSQL
DB2SQLBuilder(FilterToSQL encoder, String tableSchema, SimpleFeatureType featureType, FIDMapper mapper)
          Creates a DB2SQLBuilder that will provide a table schema to qualify table names.
 

Uses of FilterToSQL in org.geotools.data.db2.filter
 

Subclasses of FilterToSQL in org.geotools.data.db2.filter
 class SQLEncoderDB2
          Generate a WHERE clause for DB2 Spatial Extender based on a spatial filter.
 

Uses of FilterToSQL in org.geotools.data.h2
 

Subclasses of FilterToSQL in org.geotools.data.h2
 class H2FilterToSQL
           
 

Methods in org.geotools.data.h2 that return FilterToSQL
 FilterToSQL H2DialectBasic.createFilterToSQL()
           
 

Uses of FilterToSQL in org.geotools.data.jdbc
 

Fields in org.geotools.data.jdbc declared as FilterToSQL
protected  FilterToSQL GeoAPISQLBuilder.encoder
          Deprecated.  
 

Constructors in org.geotools.data.jdbc with parameters of type FilterToSQL
GeoAPISQLBuilder(FilterToSQL encoder, SimpleFeatureType featureType, ClientTransactionAccessor accessor)
          Deprecated. Constructs an instance of this class using the encoder class specified.
 

Uses of FilterToSQL in org.geotools.data.mysql
 

Subclasses of FilterToSQL in org.geotools.data.mysql
 class MySQLFilterToSQL
           
 

Methods in org.geotools.data.mysql that return FilterToSQL
 FilterToSQL MySQLDialectBasic.createFilterToSQL()
           
 

Uses of FilterToSQL in org.geotools.data.oracle
 

Subclasses of FilterToSQL in org.geotools.data.oracle
 class OracleFilterToSQL
          Oracle specific filter encoder.
 

Methods in org.geotools.data.oracle that return FilterToSQL
 FilterToSQL OracleDialect.createFilterToSQL()
           
 

Uses of FilterToSQL in org.geotools.data.postgis
 

Subclasses of FilterToSQL in org.geotools.data.postgis
 class PostgisFilterToSQL
           
 class PostgisPSFilterToSql
           
 

Methods in org.geotools.data.postgis that return FilterToSQL
 FilterToSQL PostGISDialect.createFilterToSQL()
           
 

Uses of FilterToSQL in org.geotools.data.spatialite
 

Subclasses of FilterToSQL in org.geotools.data.spatialite
 class SpatiaLiteFilterToSQL
           
 

Methods in org.geotools.data.spatialite that return FilterToSQL
 FilterToSQL SpatiaLiteDialect.createFilterToSQL()
           
 

Uses of FilterToSQL in org.geotools.data.sqlserver
 

Subclasses of FilterToSQL in org.geotools.data.sqlserver
 class SQLServerFilterToSQL
           
 

Methods in org.geotools.data.sqlserver that return FilterToSQL
 FilterToSQL SQLServerDialect.createFilterToSQL()
           
 

Uses of FilterToSQL in org.geotools.jdbc
 

Subclasses of FilterToSQL in org.geotools.jdbc
 class PreparedFilterToSQL
          Extension of FilterToSQL intended for use with prepared statements.
 

Methods in org.geotools.jdbc with type parameters of type FilterToSQL
protected
<F extends FilterToSQL>
F
JDBCDataStore.initializeFilterToSQL(F toSQL, SimpleFeatureType featureType)
          Helper method to initialize a filter encoder instance.
 

Methods in org.geotools.jdbc that return FilterToSQL
 FilterToSQL BasicSQLDialect.createFilterToSQL()
          Creates the filter encoder to be used by the datastore when encoding query predicates.
protected  FilterToSQL JDBCDataStore.createFilterToSQL(SimpleFeatureType featureType)
          Creates a new instance of a filter to sql encoder.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.