2014-06-16 20:31 GMT+02:00 Deven Phillips <[email protected]>:
> OK, I can follow that, but how do I create an instance of type "Field" > with a name "vdc" and type of "String"? So far, I just see that I would > have to create an anonymous implementation of the Field interface and > implement all of the methods... Is there a better way? > Thousands of ways :-) For instance, DSL.fieldByName, as suggested previously: http://www.jooq.org/javadoc/latest/org/jooq/impl/DSL.html#fieldByName(java.lang.String...) > Thanks in advance and thanks for the fast replies!! > No worries. I happen to do something quite boring next to answering mails just now ;-) -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
