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

In This Topic
    ExitCommit_stmt Method
    In This Topic
    Exit a parse tree produced by SqlParser.commit_stmt.
    Syntax
    'Declaration
     
    Sub ExitCommit_stmt( _
       ByVal context As SqlParser.Commit_stmtContext _
    ) 
    void ExitCommit_stmt( 
       SqlParser.Commit_stmtContext context
    )

    Parameters

    context
    The parse tree.
    See Also