I'm building a query along the lines of

  select PK, XML_ID from every table that has a column XML_ID where XML_ID 
like 'foo%'

(I build N selects and then join them using UNION ALL). The result of the 
query is Record which means consumers won't be type safe.

Instead, I'd like to return a record type but implementing Record is a lot 
of work and UpdatableRecordImpl<> needs one table (I have 188 tables) and 
AbstractRecord is package private.

Is that possible with jOOQ?

Regards,

A. Digulla

Reply via email to