Class SQLParser

  • All Implemented Interfaces:
    SQLParserConstants

    public class SQLParser
    extends SQLParserUtil
    implements SQLParserConstants

    The SQLParser is a JavaCC-generated parser that reads a SQL string and produces a Query object. The SQLParser.java file is generated by JavaCC from the SQLParser.jj file. WARNING: DO NOT MODIFY the SQLParser.java file as it will be regenerated from the .jj file and your changes will be lost!