Skip to content

Document missing Parser::parseSelect and Parser::parseStatement methods in manual #16531

@sivaraam

Description

@sivaraam

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 🤔

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions