Hello,

is possible to generate class for view in Jooq? Let's say i create view like

create view tp0.test_receipts_view AS
select
field1,
field2
from testschema


and how can make mapping or generate class?

-- 
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 jooq-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to