The documentation URL
https://www.jooq.org/doc/latest/manual/sql-building/sql-parser/sql-parser-api/
Feedback
The manual is neatly written. It would be great if the APIs of Parser such as parseSelect and parseStatement are also covered in the document.
Specifically, I came looking at the document to know what's specifically different between the general parseQuery and the specific parseSelect APIs. I could understand that it is intuitive to presume that the latter would successfully only parse a SELECT query and fail for other kind of queries. It would be great if the document mentions this explicitly so that we could validate such presumptions rather than having to try it out and cross-check the same 😉
Having said that, I suppose this is something that could actually be mentioned in the JavaDoc itself 🤔