| 程序包 | 说明 |
|---|---|
| com.github.melin.superior.sql.parser.antlr4.mysql |
| 限定符和类型 | 方法和说明 |
|---|---|
MySQLParser.UpdateStatementContext |
MySQLParser.updateStatement() |
MySQLParser.UpdateStatementContext |
MySQLParser.DmlStatementContext.updateStatement() |
MySQLParser.UpdateStatementContext |
MySQLParser.DescribeStatementsContext.updateStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MySQLParserListener.enterUpdateStatement(MySQLParser.UpdateStatementContext ctx)
Enter a parse tree produced by
MySQLParser.updateStatement(). |
void |
MySQLParserBaseListener.enterUpdateStatement(MySQLParser.UpdateStatementContext ctx)
Enter a parse tree produced by
MySQLParser.updateStatement(). |
void |
MySQLParserListener.exitUpdateStatement(MySQLParser.UpdateStatementContext ctx)
Exit a parse tree produced by
MySQLParser.updateStatement(). |
void |
MySQLParserBaseListener.exitUpdateStatement(MySQLParser.UpdateStatementContext ctx)
Exit a parse tree produced by
MySQLParser.updateStatement(). |
T |
MySQLParserBaseVisitor.visitUpdateStatement(MySQLParser.UpdateStatementContext ctx)
Visit a parse tree produced by
MySQLParser.updateStatement(). |
T |
MySQLParserVisitor.visitUpdateStatement(MySQLParser.UpdateStatementContext ctx)
Visit a parse tree produced by
MySQLParser.updateStatement(). |
Copyright © 2022. All rights reserved.