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

In This Topic
    ExitDrop_table_stmt Method
    In This Topic
    Exit a parse tree produced by SqlParser.drop_table_stmt.
    Syntax
    'Declaration
     
    Sub ExitDrop_table_stmt( _
       ByVal context As SqlParser.Drop_table_stmtContext _
    ) 
    void ExitDrop_table_stmt( 
       SqlParser.Drop_table_stmtContext context
    )

    Parameters

    context
    The parse tree.
    See Also