Wondering if JSqlParser saves comments from the SQL document it parses. I'm looking for the ability to retrieve comments, which can be used to specify annotation-like statements on structures like CREATE TABLE and column definitions.
Thanks,
Steve Solomon
stev.solomon AT gmail
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Not at the moment; please file a new feature request. And please specify how it would have to be handled… I'm afraid the only feasible way is to have a vector of all the comments (regardless of where they were found…)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Wondering if JSqlParser saves comments from the SQL document it parses. I'm looking for the ability to retrieve comments, which can be used to specify annotation-like statements on structures like CREATE TABLE and column definitions.
Thanks,
Steve Solomon
stev.solomon AT gmail
Not at the moment; please file a new feature request. And please specify how it would have to be handled… I'm afraid the only feasible way is to have a vector of all the comments (regardless of where they were found…)