[]
        
(Showing Draft Content)

C1.DataConnector.SqlBaseVisitor-1.VisitDrop_table_stmt

VisitDrop_table_stmt Method

VisitDrop_table_stmt(Drop_table_stmtContext)

Visit a parse tree produced by drop_table_stmt().

The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode) on context.

Declaration
public virtual Result VisitDrop_table_stmt(SqlParser.Drop_table_stmtContext context)
Parameters
Type Name Description
SqlParser.Drop_table_stmtContext context

The parse tree.

Returns
Type Description
Result
Implements