java.lang.Object
org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
org.antlr.v4.runtime.Parser
org.apache.shardingsphere.sql.parser.autogen.SQL92StatementParser
org.apache.shardingsphere.sql.parser.sql92.parser.SQL92Parser
All Implemented Interfaces:
org.apache.shardingsphere.sql.parser.api.parser.SQLParser

public final class SQL92Parser extends SQL92StatementParser implements org.apache.shardingsphere.sql.parser.api.parser.SQLParser
SQL parser for SQL92.
  • Constructor Details

    • SQL92Parser

      public SQL92Parser(org.antlr.v4.runtime.TokenStream input)
  • Method Details

    • parse

      public org.apache.shardingsphere.sql.parser.api.visitor.ASTNode parse()
      Specified by:
      parse in interface org.apache.shardingsphere.sql.parser.api.parser.SQLParser