Factory's select() method is overloaded several times. For instance, it accepts Collection<? extends Field<?>> as an argument:
http://www.jooq.org/javadoc/latest/org/jooq/impl/Factory.html#select(java.util.Collection) Cheers Lukas 2012/12/31 Gayathri B S <[email protected]>: > Hi , > > I want to use collections(ArrayList) in my jooq select > statement.I dont know how many columns I will fetch from mysql.It depends on > my arraylist. > > All the entries in my ArrayList should be fetched from > database.How to write query for that. > > Thanks in advance. > > Regards > > Gayathri > >
