Hello,

I have a database that contains several hundred tables with the same 
structure, just different names. Reading through the documentation, using 
Table.rename(Name) seems to be most appropriate for my querying needs.

Unfortunately, the example code on 
https://www.jooq.org/doc/latest/manual/code-generation/codegen-advanced/codegen-config-generate/codegen-covariant-overrides/codegen-covariant-overrides-rename/
 does 
not appear to be valid. I want to be able to do exactly what that example 
is doing (take a generated table, change the table name that it is 
associated with, and still be able to use the generated fields to produce a 
valid query).

I am pretty new to jOOQ, so it is possible I am misunderstanding the intent 
of rename().

Thanks,
Alex

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jooq-user/dcec73a5-ca53-43a8-9b49-abfd4ec9e052n%40googlegroups.com.

Reply via email to