Uses of Class
org.geotools.jdbc.PreparedFilterToSQL
-
-
Uses of PreparedFilterToSQL in org.geotools.appschema.jdbc
Method parameters in org.geotools.appschema.jdbc with type arguments of type PreparedFilterToSQL Modifier and Type Method Description String
JoiningJDBCFeatureSource. selectSQL(SimpleFeatureType featureType, JoiningQuery query, AtomicReference<PreparedFilterToSQL> toSQLref)
Generates a 'SELECT p1, p2, ...String
JoiningJDBCFeatureSource. selectSQL(SimpleFeatureType featureType, JoiningQuery query, AtomicReference<PreparedFilterToSQL> toSQLref, boolean isCount)
Generates a 'SELECT p1, p2, ... -
Uses of PreparedFilterToSQL in org.geotools.data.db2
Subclasses of PreparedFilterToSQL in org.geotools.data.db2 Modifier and Type Class Description class
DB2FilterToSQL
Generate 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 PreparedFilterToSQL
DB2SQLDialectPrepared. createPreparedFilterToSQL()
-
Uses of PreparedFilterToSQL in org.geotools.data.hana
Subclasses of PreparedFilterToSQL in org.geotools.data.hana Modifier and Type Class Description class
HanaFilterToSQL
A filter-to-SQL converter for SAP HANA.Methods in org.geotools.data.hana that return PreparedFilterToSQL Modifier and Type Method Description PreparedFilterToSQL
HanaDialect. createPreparedFilterToSQL()
-
Uses of PreparedFilterToSQL in org.geotools.data.oracle
Subclasses of PreparedFilterToSQL in org.geotools.data.oracle Modifier and Type Class Description class
OracleFilterToSQL
Oracle specific filter encoder.Methods in org.geotools.data.oracle that return PreparedFilterToSQL Modifier and Type Method Description PreparedFilterToSQL
OracleDialect. createPreparedFilterToSQL()
-
Uses of PreparedFilterToSQL in org.geotools.data.postgis
Subclasses of PreparedFilterToSQL in org.geotools.data.postgis Modifier and Type Class Description class
PostgisPSFilterToSql
Methods in org.geotools.data.postgis that return PreparedFilterToSQL Modifier and Type Method Description PreparedFilterToSQL
PostGISPSDialect. createPreparedFilterToSQL()
-
Uses of PreparedFilterToSQL in org.geotools.data.teradata
Subclasses of PreparedFilterToSQL in org.geotools.data.teradata Modifier and Type Class Description class
TeradataFilterToSQL
Methods in org.geotools.data.teradata that return PreparedFilterToSQL Modifier and Type Method Description PreparedFilterToSQL
TeradataDialect. createPreparedFilterToSQL()
-
Uses of PreparedFilterToSQL in org.geotools.geopkg
Subclasses of PreparedFilterToSQL in org.geotools.geopkg Modifier and Type Class Description class
GeoPkgFilterToSQL
Methods in org.geotools.geopkg that return PreparedFilterToSQL Modifier and Type Method Description PreparedFilterToSQL
GeoPkgDialect. createPreparedFilterToSQL()
-
Uses of PreparedFilterToSQL in org.geotools.jdbc
Methods in org.geotools.jdbc that return PreparedFilterToSQL Modifier and Type Method Description PreparedFilterToSQL
JDBCDataStore. createPreparedFilterToSQL(SimpleFeatureType featureType)
Creates a new instance of a filter to sql encoder to be used in a prepared statement.PreparedFilterToSQL
PreparedStatementSQLDialect. createPreparedFilterToSQL()
Methods in org.geotools.jdbc with parameters of type PreparedFilterToSQL Modifier and Type Method Description void
JDBCDataStore. 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.geotools
Subclasses of PreparedFilterToSQL in org.h2gis.geotools Modifier and Type Class Description class
H2GISPSFilterToSql
jdbc-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 PreparedFilterToSQL
H2GISPSDialect. createPreparedFilterToSQL()
-