Uses of Class
org.geotools.data.jdbc.FilterToSQLException

Packages that use FilterToSQLException
org.geotools.arcsde.filter   
org.geotools.data.jdbc   
org.geotools.jdbc   
 

Uses of FilterToSQLException in org.geotools.arcsde.filter
 

Methods in org.geotools.arcsde.filter that throw FilterToSQLException
 void FilterToSQLSDE.encode(Filter filter)
          overrides just to avoid the "WHERE" keyword
 

Uses of FilterToSQLException in org.geotools.data.jdbc
 

Methods in org.geotools.data.jdbc that throw FilterToSQLException
 void FilterToSQL.encode(Expression expression)
          Performs the encoding, sends the encoded sql to the writer passed in.
 void FilterToSQL.encode(Filter filter)
          Performs the encoding, sends the encoded sql to the writer passed in.
 String FilterToSQL.encodeToString(Expression expression)
          purely a convenience method.
 String FilterToSQL.encodeToString(Filter filter)
          purely a convenience method.
 

Uses of FilterToSQLException in org.geotools.jdbc
 

Methods in org.geotools.jdbc that throw FilterToSQLException
protected  void JoiningJDBCFeatureSource.addMultiValuedSort(String tableName, Set<String> orderByFields, JoiningQuery.QueryJoin join, StringBuffer sql)
           
protected  String JoiningJDBCFeatureSource.selectSQL(SimpleFeatureType featureType, JoiningQuery query, AtomicReference<PreparedFilterToSQL> toSQLref)
          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
 



Copyright © 1996-2014 Geotools. All Rights Reserved.