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.SQLServerStatementLexer
org.apache.shardingsphere.sql.parser.sqlserver.parser.SQLServerLexer
All Implemented Interfaces:
org.antlr.v4.runtime.TokenSource, org.apache.shardingsphere.sql.parser.api.parser.SQLLexer

public final class SQLServerLexer extends SQLServerStatementLexer implements org.apache.shardingsphere.sql.parser.api.parser.SQLLexer
SQL lexer for SQLServer.
  • Constructor Details

    • SQLServerLexer

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