I am new to ANTLR, I got SQLite grammar from Github and I am able to generate the Lexer and Parser for that in Java.
I am trying to parse the SQL statement and trying to get Table names and Column names out, but I am getting the total Statement values when I am using the parser methods.
Can you help me out with the process I need to follow to get Table names and column names?