public static class JoiningJDBCFeatureSource.JoiningFieldEncoder extends Object implements FilterToSQL.FieldEncoder
| Constructor and Description |
|---|
JoiningFieldEncoder(String tableName,
JDBCDataStore store) |
| Modifier and Type | Method and Description |
|---|---|
String |
encode(String s)
Encodes a field name in SQL, prefixing it with the table name (but not the schema).
|
public JoiningFieldEncoder(String tableName, JDBCDataStore store)
public String encode(String s)
Mostly useful when aliases are used.
encode in interface FilterToSQL.FieldEncoderCopyright © 1996–2019 Geotools. All rights reserved.