Class JoiningJDBCFeatureSource.JoiningFieldEncoder

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String encode​(String s)
      Encodes a field name in SQL, prefixing it with the table name (but not the schema).
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JoiningFieldEncoder

        public JoiningFieldEncoder​(String tableName,
                                   JDBCDataStore store)
    • Method Detail

      • encode

        public String encode​(String s)
        Encodes a field name in SQL, prefixing it with the table name (but not the schema).

        Mostly useful when aliases are used.

        Specified by:
        encode in interface FilterToSQL.FieldEncoder