Replies: 1 comment
-
Greetings! Have a look at the Be aware, that Here is a good starting point: https://manticore-projects.com/JSQLParser/usage.html#use-the-visitor-patterns |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a program that finds specific clauses in queries and the columns used in them. It seems to work for the top level PlainSelect. Now I need to iterate through each subquery as well. How is that done? i.e. How to iterate through all PlainSelects.
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions