DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / ISqlListener Interface
Members

In This Topic
    ISqlListener Interface
    In This Topic
    This interface defines a complete listener for a parse tree produced by SqlParser.
    Object Model
    ISqlListener Interface
    Syntax
    'Declaration
     
    Public Interface ISqlListener 
       Inherits Antlr4.Runtime.Tree.IParseTreeListener 
    public interface ISqlListener : Antlr4.Runtime.Tree.IParseTreeListener  
    See Also