|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
|
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,
org.opengis.feature.simple.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()
|
Constructors in org.geotools.data.mysql with parameters of type FilterToSQL | |
---|---|
MySQLSQLBuilder(FilterToSQL encoder)
Deprecated. please use MySQLSQLBuilder(encoder, ft) |
|
MySQLSQLBuilder(FilterToSQL encoder,
org.opengis.feature.simple.SimpleFeatureType ft)
|
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.filter |
---|
Subclasses of FilterToSQL in org.geotools.filter | |
---|---|
class |
SQLEncoderMySQL
Encodes a filter into a SQL WHERE statement for MySQL. |
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
|
JDBCDataStore.initializeFilterToSQL(F toSQL,
org.opengis.feature.simple.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(org.opengis.feature.simple.SimpleFeatureType featureType)
Creates a new instance of a filter to sql encoder. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |