DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / SqlLexer Class
Members

In This Topic
    SqlLexer Class
    In This Topic
    Object Model
    SqlLexer Class
    Syntax
    'Declaration
     
    Public Class SqlLexer 
       Inherits Antlr4.Runtime.Lexer
       Implements Antlr4.Runtime.IRecognizer, Antlr4.Runtime.ITokenSource 
    public class SqlLexer : Antlr4.Runtime.Lexer, Antlr4.Runtime.IRecognizer, Antlr4.Runtime.ITokenSource  
    Inheritance Hierarchy

    System.Object
       Antlr4.Runtime.Recognizer<Symbol,ATNInterpreter>
          Antlr4.Runtime.Lexer
             C1.DataConnector.SqlLexer

    See Also