Uses of Interface
org.geotools.data.jdbc.FilterToSQL.FieldEncoder

Packages that use FilterToSQL.FieldEncoder
org.geotools.data.jdbc   
org.geotools.jdbc   
 

Uses of FilterToSQL.FieldEncoder in org.geotools.data.jdbc
 

Fields in org.geotools.data.jdbc declared as FilterToSQL.FieldEncoder
protected  FilterToSQL.FieldEncoder FilterToSQL.fieldEncoder
          Current field encoder
 

Methods in org.geotools.data.jdbc with parameters of type FilterToSQL.FieldEncoder
 void FilterToSQL.setFieldEncoder(FilterToSQL.FieldEncoder fieldEncoder)
          Set custom field encoder
 

Uses of FilterToSQL.FieldEncoder in org.geotools.jdbc
 

Classes in org.geotools.jdbc that implement FilterToSQL.FieldEncoder
protected  class JoiningJDBCFeatureSource.JoiningFieldEncoder
          Field Encoder for converting Filters/Expressions to SQL, will encode table name with field
 



Copyright © 1996-2014 Geotools. All Rights Reserved.