I converted most parts of my code to use jooq now however, there is a part 
I could not do without using a raw query.


create.query("CREATE TEMPORARY TABLE desctable( `stylenumber` varchar(20), 
`description` text, UNIQUE KEY `stylenumber` (`stylenumber`) )")
create.query("drop table desctable")


Any way to change this part to using normal jooq code?

-- 
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/groups/opt_out.


Reply via email to