> Sorry, I linked to Factory.field() just to show what part of the > documentation contained that quote. But I'm trying to escape (and quote) > arbitrary SQL. > > In this case, it's so I can supply the table names and field names to > CREATE DATBASE and CREATE TABLE SQL queries.
After all, an org.jooq.Name type as I had suggested here would indeed come in handy! :-) https://groups.google.com/d/msg/jooq-user/SPq6lKX-BtM/Qyrly-JrjC0J I will implement #1431 in the next release 2.4.0: https://sourceforge.net/apps/trac/jooq/ticket/1431 It will contain the following method, which can be used with various plain SQL constructs: Name Factory.name(String) Cheers Lukas
