On Wed, Sep 11, 2013 at 10:40 AM, Nicholas Ustinov <[email protected]> wrote: > 4) I think, here, in CTEs, we touch the same problem as problem of defining > reusable parts of SQL with implementation and some field contract.
I would argue that this is precisely what JOOQ allows to do, namely to mix common DB access code with DB specific code in single statements. The JOOQ API is designed to let you reuse substantial amounts of common DB code whilst still leaving the flexibility to tweak your queries for specific dialects. -- 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/groups/opt_out.
