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 void
JoiningJDBCFeatureSource.addMultiValuedSort
(String tableName, Set<String> orderByFields, JoiningQuery.QueryJoin join, StringBuffer sql) void
void
WrappedFilterToSql.encode
(Expression expression) void
WrappedFilterToSql.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 PreparedStatement
JoiningJDBCFeatureSource.selectSQLPS
(SimpleFeatureType featureType, JoiningQuery query, Connection cx) Generates a 'SELECT p1, p2, ...protected void
JoiningJDBCFeatureSource.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 TypeMethodDescriptionvoid
FilterToSQL.encode
(Expression expression) Performs the encoding, sends the encoded sql to the writer passed in.void
Performs 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