Is there any general jOOQ method to escape (and maybe quote) SQL identifiers such as table names and field names for use in raw SQL queries?
This documentation http://www.jooq.org/javadoc/latest/org/jooq/impl/Factory.html#field% 28java.lang.String,%20java.lang.Class,%20org.jooq.QueryPart...%29 rightly says "Be sure to properly ... escape literals ...", but it does not recommend how best to do that. -- [email protected] www.murrayc.com www.openismus.com
