-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
-
Hi All,
I have just started exploring this Parser.
Is there a method already available to get the list of columns referenced in the SELECT queries.
Kindly let me know how I can implement above requirement.
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
He @satyen1,
this one should give you a good start: https://stackoverflow.com/questions/40908062/parsing-table-and-column-names-from-sql-hql-java.
Using the TableNamesFinder is always a way to go. Sure you have some overhead for collecting table names as well, but it is a complete implementation of visitors.
Hope that helps.
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment