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