Class JavaSqlStringEscapeMap

java.lang.Object
java.util.AbstractMap<String,Object>
de.yamass.redg.generator.utils.JavaSqlStringEscapeMap
All Implemented Interfaces:
Map<String,Object>

public class JavaSqlStringEscapeMap extends AbstractMap<String,Object>
This Map dynamically transforms Strings and escapes double-quotes. It should be used with the StringTemplate template to escape all SQL identifiers. Based on the concept by @sharwell from https://github.com/antlr/stringtemplate4/issues/44