Uses of Class
org.geotools.data.jdbc.FilterToSQLException
Packages that use FilterToSQLException
-
Uses of FilterToSQLException in org.geotools.appschema.jdbc
Methods in org.geotools.appschema.jdbc that throw FilterToSQLExceptionModifier and TypeMethodDescriptionprotected voidJoiningJDBCFeatureSource.addMultiValuedSort(String tableName, Set<String> orderByFields, JoiningQuery.QueryJoin join, StringBuffer sql) voidvoidWrappedFilterToSql.encode(Expression expression) voidWrappedFilterToSql.encodeToString(Expression expression) WrappedFilterToSql.encodeToString(Filter filter) JoiningJDBCFeatureSource.selectSQL(SimpleFeatureType featureType, JoiningQuery query, AtomicReference<PreparedFilterToSQL> toSQLref) Generates a 'SELECT p1, p2, ...JoiningJDBCFeatureSource.selectSQL(SimpleFeatureType featureType, JoiningQuery query, AtomicReference<PreparedFilterToSQL> toSQLref, boolean isCount) Generates a 'SELECT p1, p2, ...protected PreparedStatementJoiningJDBCFeatureSource.selectSQLPS(SimpleFeatureType featureType, JoiningQuery query, Connection cx) Generates a 'SELECT p1, p2, ...protected voidJoiningJDBCFeatureSource.sort(JoiningQuery query, StringBuffer sql, String[] aliases, Set<String> pkColumnNames) Creates ORDER BY for joining query, based on all the sortby's that are specified per joining table -
Uses of FilterToSQLException in org.geotools.data.jdbc
Methods in org.geotools.data.jdbc that throw FilterToSQLExceptionModifier and TypeMethodDescriptionvoidFilterToSQL.encode(Expression expression) Performs the encoding, sends the encoded sql to the writer passed in.voidPerforms the encoding, sends the encoded sql to the writer passed in.FilterToSQL.encodeToString(Expression expression) purely a convenience method.FilterToSQL.encodeToString(Filter filter) purely a convenience method. -
Uses of FilterToSQLException in org.geotools.geopkg
Methods in org.geotools.geopkg that throw FilterToSQLException