Package org.geotools.data.jdbc
Interface FilterToSQL.FieldEncoder
-
- All Known Implementing Classes:
JoiningJDBCFeatureSource.JoiningFieldEncoder
- Enclosing class:
- FilterToSQL
public static interface FilterToSQL.FieldEncoder
Interface for customizing the encoding of Fields, irrespective of which subclass of FilterToSQL we are using.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
encode(String s)
-