DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / ISqlListener Interface / EnterCompound_clause Method
The parse tree.

In This Topic
    EnterCompound_clause Method
    In This Topic
    Enter a parse tree produced by SqlParser.compound_clause.
    Syntax
    'Declaration
     
    Sub EnterCompound_clause( _
       ByVal context As SqlParser.Compound_clauseContext _
    ) 
    void EnterCompound_clause( 
       SqlParser.Compound_clauseContext context
    )

    Parameters

    context
    The parse tree.
    See Also