java.lang.Object
org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
org.antlr.v4.runtime.Lexer
org.apache.shardingsphere.sql.parser.autogen.SQL92StatementLexer
org.apache.shardingsphere.sql.parser.sql92.parser.SQL92Lexer
All Implemented Interfaces:
org.antlr.v4.runtime.TokenSource, org.apache.shardingsphere.sql.parser.api.parser.SQLLexer

public final class SQL92Lexer extends SQL92StatementLexer implements org.apache.shardingsphere.sql.parser.api.parser.SQLLexer
SQL lexer for SQL92.
  • Constructor Details

    • SQL92Lexer

      public SQL92Lexer(org.antlr.v4.runtime.CharStream input)