| 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SQLEncoderException | |
| org.geotools.data.jdbc | |
| org.geotools.filter | |
| Uses of SQLEncoderException in org.geotools.data.jdbc | 
| Methods in org.geotools.data.jdbc that throw SQLEncoderException | |
 java.lang.String | 
DefaultSQLBuilder.buildSQLQuery(java.lang.String typeName,
              java.lang.String fidColumnName,
              AttributeType[] attrTypes,
              Filter filter)
 | 
 void | 
DefaultSQLBuilder.sqlWhere(java.lang.StringBuffer sql,
         Filter preFilter)
Constructs WHERE clause, if needed, for FILTER.  | 
 java.lang.String | 
SQLBuilder.buildSQLQuery(java.lang.String typeName,
              java.lang.String fidColumnName,
              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.filter | 
| Methods in org.geotools.filter that throw SQLEncoderException | |
 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.  | 
|
  | 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||