Uses of Class
org.geotools.data.jdbc.FilterToSQL
Packages that use FilterToSQL
Package
Description
-
Uses of FilterToSQL in org.geotools.appschema.jdbc
Subclasses of FilterToSQL in org.geotools.appschema.jdbcModifier and TypeClassDescriptionclassFilterToSQLdecorator capable of encoding filters on nested attributes.Methods in org.geotools.appschema.jdbc that return FilterToSQLModifier and TypeMethodDescriptionprotected FilterToSQLJoiningJDBCFeatureSource.createFilterToSQL(SimpleFeatureType ft) Create the filter to SQL converter.protected FilterToSQLJoiningJDBCFeatureSource.createFilterToSQL(SimpleFeatureType ft, boolean usePreparedStatementParameters) Create the filter to SQL converter.protected FilterToSQLJoiningJDBCFeatureSource.createFilterToSQL(SimpleFeatureType ft, boolean usePreparedStatementParameters, String schemaName) protected FilterToSQLJoiningJDBCFeatureSource.createFilterToSQL(JDBCDataStore store, SimpleFeatureType ft, boolean usePreparedStatementParameters) protected FilterToSQLJoiningJDBCFeatureSource.createFilterToSQL(JDBCDataStore store, SimpleFeatureType ft, boolean usePreparedStatementParameters, String schemaName) Constructors in org.geotools.appschema.jdbc with parameters of type FilterToSQLModifierConstructorDescriptionNestedFilterToSQL(FeatureTypeMapping rootMapping, FilterToSQL original) Constructor.WrappedFilterToSql(FeatureTypeMapping featureMapping, FilterToSQL filterToSql) -
Uses of FilterToSQL in org.geotools.data.db2
Subclasses of FilterToSQL in org.geotools.data.db2Modifier and TypeClassDescriptionclassGenerate a WHERE clause for DB2 Spatial Extender based on a spatial filter.Methods in org.geotools.data.db2 that return FilterToSQL -
Uses of FilterToSQL in org.geotools.data.duckdb
Subclasses of FilterToSQL in org.geotools.data.duckdbModifier and TypeClassDescriptionclassFilterToSQL implementation for DuckDB with comprehensive spatial support.Methods in org.geotools.data.duckdb that return FilterToSQL -
Uses of FilterToSQL in org.geotools.data.geoparquet
Subclasses of FilterToSQL in org.geotools.data.geoparquetModifier and TypeClassDescriptionclassFilter SQL encoder for GeoParquet queries.Methods in org.geotools.data.geoparquet that return FilterToSQLModifier and TypeMethodDescriptionGeoParquetDialect.createFilterToSQL()Creates a specialized filter-to-SQL converter for GeoParquet. -
Uses of FilterToSQL in org.geotools.data.hana
Subclasses of FilterToSQL in org.geotools.data.hana -
Uses of FilterToSQL in org.geotools.data.informix
Subclasses of FilterToSQL in org.geotools.data.informixModifier and TypeClassDescriptionclassEncodes a filter into a SQL WHERE statement using Informix-appropriate syntax.Methods in org.geotools.data.informix that return FilterToSQL -
Uses of FilterToSQL in org.geotools.data.mysql
Subclasses of FilterToSQL in org.geotools.data.mysqlMethods in org.geotools.data.mysql that return FilterToSQL -
Uses of FilterToSQL in org.geotools.data.oracle
Subclasses of FilterToSQL in org.geotools.data.oracleMethods in org.geotools.data.oracle that return FilterToSQL -
Uses of FilterToSQL in org.geotools.data.postgis
Subclasses of FilterToSQL in org.geotools.data.postgisMethods in org.geotools.data.postgis that return FilterToSQL -
Uses of FilterToSQL in org.geotools.data.singlestore
Subclasses of FilterToSQL in org.geotools.data.singlestoreMethods in org.geotools.data.singlestore that return FilterToSQL -
Uses of FilterToSQL in org.geotools.data.sqlserver
Subclasses of FilterToSQL in org.geotools.data.sqlserverMethods in org.geotools.data.sqlserver that return FilterToSQL -
Uses of FilterToSQL in org.geotools.data.teradata
Subclasses of FilterToSQL in org.geotools.data.teradata -
Uses of FilterToSQL in org.geotools.geopkg
Subclasses of FilterToSQL in org.geotools.geopkg -
Uses of FilterToSQL in org.geotools.jdbc
Subclasses of FilterToSQL in org.geotools.jdbcModifier and TypeClassDescriptionclassExtension of FilterToSQL intended for use with prepared statements.Methods in org.geotools.jdbc with type parameters of type FilterToSQLModifier and TypeMethodDescriptionprotected <F extends FilterToSQL>
FJDBCDataStore.initializeFilterToSQL(F toSQL, SimpleFeatureType featureType) Helper method to initialize a filter encoder instance.Methods in org.geotools.jdbc that return FilterToSQLModifier and TypeMethodDescriptionBasicSQLDialect.createFilterToSQL()Creates the filter encoder to be used by the datastore when encoding query predicates.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 FilterToSQLModifier and TypeMethodDescriptionprotected List<FilterToSQL>JDBCDataStore.encodeWhereJoin(SimpleFeatureType featureType, JoinInfo join, StringBuffer sql) Methods in org.geotools.jdbc with parameters of type FilterToSQLModifier and TypeMethodDescriptionprotected voidJDBCDataStore.encodeFunction(String function, List<Expression> expressions, StringBuffer sql, FilterToSQL filterToSQL) protected voidJDBCDataStore.encodeFunction(String function, Expression expression, StringBuffer sql, FilterToSQL filterToSQL) protected voidJDBCDataStore.encodeGroupByStatement(List<Expression> groupByExpressions, StringBuffer sql, FilterToSQL filterToSQL, boolean aggregateOnExpression) Helper method that adds a group by statement to the SQL query.Method parameters in org.geotools.jdbc with type arguments of type FilterToSQLModifier and TypeMethodDescriptionprotected voidJDBCDataStore.setPreparedFilterValues(PreparedStatement ps, List<FilterToSQL> toSQLs, Connection cx) Helper method for setting the values of the WHERE class of a prepared statement from a list of PreparedFilterToSQL. -
Uses of FilterToSQL in org.h2gis.geotools
Subclasses of FilterToSQL in org.h2gis.geotoolsModifier and TypeClassDescriptionclassjdbc-h2gis is an extension to connect H2GIS a spatial library that brings spatial support to the H2 Java database.classjdbc-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 FilterToSQLConstructors in org.h2gis.geotools with parameters of type FilterToSQL