|
||||||||||
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.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.data.teradata |
---|
Subclasses of FilterToSQL in org.geotools.data.teradata | |
---|---|
class |
TeradataFilterToSQL
|
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,
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 |
JoiningJDBCFeatureSource.createFilterToSQL(SimpleFeatureType ft)
Craete the filter to sql converter |
protected FilterToSQL |
JDBCDataStore.createFilterToSQL(SimpleFeatureType featureType)
Creates a new instance of a filter to sql encoder. |
Methods in org.geotools.jdbc that return types with arguments of type FilterToSQL | |
---|---|
protected List<FilterToSQL> |
JDBCDataStore.encodeWhereJoin(SimpleFeatureType featureType,
JoinInfo join,
StringBuffer sql)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |