Uses of Class
org.geotools.filter.SQLEncoderException

Packages that use SQLEncoderException
org.geotools.data.db2   
org.geotools.data.db2.filter   
org.geotools.data.jdbc   
org.geotools.data.postgis   
org.geotools.filter   
 

Uses of SQLEncoderException in org.geotools.data.db2
 

Methods in org.geotools.data.db2 that throw SQLEncoderException
 java.lang.String DB2SQLBuilder.buildSQLBoundsQuery(java.lang.String typeName, AttributeType geomAttr, Filter filter)
          Builds the SQL query to get the bounds (min-max coordinate values) of a geometry column for a given filter.
 

Uses of SQLEncoderException in org.geotools.data.db2.filter
 

Constructors in org.geotools.data.db2.filter that throw SQLEncoderException
SQLEncoderDB2(java.io.Writer out, Filter filter)
          Construct an SQLEncoderDB2 that does the encoding (through superclass) directly based on the filter parameter.
 

Uses of SQLEncoderException in org.geotools.data.jdbc
 

Methods in org.geotools.data.jdbc that throw SQLEncoderException
 void DefaultSQLBuilder.sqlWhere(java.lang.StringBuffer sql, Filter preFilter)
          Constructs WHERE clause, if needed, for FILTER.
 java.lang.String DefaultSQLBuilder.buildSQLQuery(java.lang.String typeName, FIDMapper mapper, AttributeType[] attrTypes, Filter filter)
          Constructs the full SQL SELECT statement for the supplied Filter.
 java.lang.String SQLBuilder.buildSQLQuery(java.lang.String typeName, FIDMapper mapper, AttributeType[] attrTypes, Filter filter)
          Makes an SQL Select statement.
 void SQLBuilder.sqlWhere(java.lang.StringBuffer sql, Filter preFilter)
          Constructs WHERE clause, if needed, for FILTER.
 

Uses of SQLEncoderException in org.geotools.data.postgis
 

Methods in org.geotools.data.postgis that throw SQLEncoderException
protected  com.vividsolutions.jts.geom.Envelope PostgisFeatureStore.getEnvelope(java.sql.Connection conn, java.lang.String geomName, SQLBuilder sqlBuilder, Filter filter)
           
 void PostgisSQLBuilder.sqlWhere(java.lang.StringBuffer sql, Filter preFilter)
          Constructs WHERE clause, if needed, for FILTER.
 

Uses of SQLEncoderException in org.geotools.filter
 

Methods in org.geotools.filter that throw SQLEncoderException
 void SQLEncoderSDE.encode(java.io.Writer out, Filter filter)
          overriden just to avoid the "WHERE" keyword
 void SQLEncoder.encode(java.io.Writer out, Filter filter)
          Performs the encoding, sends the encoded sql to the writer passed in.
 java.lang.String SQLEncoder.encode(Filter filter)
          Performs the encoding, returns a string of the encoded SQL.
 

Constructors in org.geotools.filter that throw SQLEncoderException
SQLEncoder(java.io.Writer out, Filter filter)
          Convenience constructor to perform the whole encoding process at once.
 



Copyright © GeoTools. All Rights Reserved.