Hi Kevin, Thanks for your message. Sure, you can access the generated schema and call its getTables() method. If you have multiple schemas, you can access them all from your generated catalog object(s).
Hope this helps, Lukas 2017-04-07 12:38 GMT+02:00 <[email protected]>: > Can I get a collection of all Tables with out using reflection. > Basically, I was hoping for a method like... > public List<Table> getTables() on the generated *.jooq.util.Tables. > > Is there some other way to get a collection of all Tables? > > -Kevin > > -- > 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/d/optout. > -- 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/d/optout.
