Hi Rob, Thank you very much for your message. That would be indeed very useful. There used to be such ideas in early days of jOOQ, where the API would have been annotated with some DSL documenting annotations that could be parsed by the documentation generation. The idea was then forgotten. I have created a feature request for this: https://github.com/jOOQ/jOOQ/issues/7754
The (hopefully almost complete) parser grammar is documented here: https://www.jooq.org/doc/latest/manual/sql-building/sql-parser/sql-parser-grammar As a workaround right now, you might be able to derive much of the DSL API from that as a lot of the DSL API is covered by the parser. Does that answer your question? Otherwise, what kinds of "second book of examples" were you missing? Thanks, Lukas On Sat, Aug 11, 2018 at 2:56 AM Rob Sargent <[email protected]> wrote: > Does there exist a document on the syntax for constructing jooq/sql. I > would like to see something analogous to the sql syntax pages one finds at > Postgres and Oracle if not all the others. I find the code examples on the > web tantalizing but more often than not they are too simple for what I need > to construct and I'm left guessing and hoping the IDE will guide me. I'm > definitely missing *something* - the second book of examples maybe? > > -- > 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.
