Does jooq support running ad-hoc queries? I was wondering if it provides a data structure, similar with the C# DataTable (or the java CachedRowSet) where I can store the data from a query and which would support the different RDBMSes features such as Oracle cursor columns.
Thanks
Yes. Most of jOOQ is about running ad-hoc queries.
No, that's currently not supported but if I understand you correctly, it is on the roadmap: