I am new to jooq and trying to start with the first step of using the DSL 
to avoid SQL strings in my java code. I used the insertInto() API to create 
an INSERT statement. I want to "cache" the statement but whenever I add a 
values() to it, it adds a new VALUES to the statement instead of replacing 
the existing one. Is there a clear() or reset() function?

Also, doesn't jooq have create table and drop table in its DSL?

-- 
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.

Reply via email to