Uses of Class
org.geotools.jdbc.PreparedFilterToSQL
- 
- 
Uses of PreparedFilterToSQL in org.geotools.appschema.jdbcMethod parameters in org.geotools.appschema.jdbc with type arguments of type PreparedFilterToSQL Modifier and Type Method Description StringJoiningJDBCFeatureSource. selectSQL(SimpleFeatureType featureType, JoiningQuery query, AtomicReference<PreparedFilterToSQL> toSQLref)Generates a 'SELECT p1, p2, ...StringJoiningJDBCFeatureSource. selectSQL(SimpleFeatureType featureType, JoiningQuery query, AtomicReference<PreparedFilterToSQL> toSQLref, boolean isCount)Generates a 'SELECT p1, p2, ...
- 
Uses of PreparedFilterToSQL in org.geotools.data.db2Subclasses of PreparedFilterToSQL in org.geotools.data.db2 Modifier and Type Class Description classDB2FilterToSQLGenerate a WHERE clause for DB2 Spatial Extender based on a spatial filter.Methods in org.geotools.data.db2 that return PreparedFilterToSQL Modifier and Type Method Description PreparedFilterToSQLDB2SQLDialectPrepared. createPreparedFilterToSQL()
- 
Uses of PreparedFilterToSQL in org.geotools.data.hanaSubclasses of PreparedFilterToSQL in org.geotools.data.hana Modifier and Type Class Description classHanaFilterToSQLA filter-to-SQL converter for SAP HANA.Methods in org.geotools.data.hana that return PreparedFilterToSQL Modifier and Type Method Description PreparedFilterToSQLHanaDialect. createPreparedFilterToSQL()
- 
Uses of PreparedFilterToSQL in org.geotools.data.oracleSubclasses of PreparedFilterToSQL in org.geotools.data.oracle Modifier and Type Class Description classOracleFilterToSQLOracle specific filter encoder.Methods in org.geotools.data.oracle that return PreparedFilterToSQL Modifier and Type Method Description PreparedFilterToSQLOracleDialect. createPreparedFilterToSQL()
- 
Uses of PreparedFilterToSQL in org.geotools.data.postgisSubclasses of PreparedFilterToSQL in org.geotools.data.postgis Modifier and Type Class Description classPostgisPSFilterToSqlMethods in org.geotools.data.postgis that return PreparedFilterToSQL Modifier and Type Method Description PreparedFilterToSQLPostGISPSDialect. createPreparedFilterToSQL()
- 
Uses of PreparedFilterToSQL in org.geotools.data.teradataSubclasses of PreparedFilterToSQL in org.geotools.data.teradata Modifier and Type Class Description classTeradataFilterToSQLMethods in org.geotools.data.teradata that return PreparedFilterToSQL Modifier and Type Method Description PreparedFilterToSQLTeradataDialect. createPreparedFilterToSQL()
- 
Uses of PreparedFilterToSQL in org.geotools.geopkgSubclasses of PreparedFilterToSQL in org.geotools.geopkg Modifier and Type Class Description classGeoPkgFilterToSQLMethods in org.geotools.geopkg that return PreparedFilterToSQL Modifier and Type Method Description PreparedFilterToSQLGeoPkgDialect. createPreparedFilterToSQL()
- 
Uses of PreparedFilterToSQL in org.geotools.jdbcMethods in org.geotools.jdbc that return PreparedFilterToSQL Modifier and Type Method Description PreparedFilterToSQLJDBCDataStore. createPreparedFilterToSQL(SimpleFeatureType featureType)Creates a new instance of a filter to sql encoder to be used in a prepared statement.PreparedFilterToSQLPreparedStatementSQLDialect. createPreparedFilterToSQL()Methods in org.geotools.jdbc with parameters of type PreparedFilterToSQL Modifier and Type Method Description voidJDBCDataStore. setPreparedFilterValues(PreparedStatement ps, PreparedFilterToSQL toSQL, int offset, Connection cx)Helper method for setting the values of the WHERE class of a prepared statement.
- 
Uses of PreparedFilterToSQL in org.h2gis.geotoolsSubclasses of PreparedFilterToSQL in org.h2gis.geotools Modifier and Type Class Description classH2GISPSFilterToSqljdbc-h2gis is an extension to connect H2GIS a spatial library that brings spatial support to the H2 Java database.Methods in org.h2gis.geotools that return PreparedFilterToSQL Modifier and Type Method Description PreparedFilterToSQLH2GISPSDialect. createPreparedFilterToSQL()
 
-