| 程序包 | 说明 |
|---|---|
| com.github.melin.superior.sql.parser.antlr4.mysql |
| 限定符和类型 | 方法和说明 |
|---|---|
MySQLParser.DropUserContext |
MySQLParser.dropUser() |
MySQLParser.DropUserContext |
MySQLParser.AdministrationStatementContext.dropUser() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MySQLParserListener.enterDropUser(MySQLParser.DropUserContext ctx)
Enter a parse tree produced by
MySQLParser.dropUser(). |
void |
MySQLParserBaseListener.enterDropUser(MySQLParser.DropUserContext ctx)
Enter a parse tree produced by
MySQLParser.dropUser(). |
void |
MySQLParserListener.exitDropUser(MySQLParser.DropUserContext ctx)
Exit a parse tree produced by
MySQLParser.dropUser(). |
void |
MySQLParserBaseListener.exitDropUser(MySQLParser.DropUserContext ctx)
Exit a parse tree produced by
MySQLParser.dropUser(). |
T |
MySQLParserBaseVisitor.visitDropUser(MySQLParser.DropUserContext ctx)
Visit a parse tree produced by
MySQLParser.dropUser(). |
T |
MySQLParserVisitor.visitDropUser(MySQLParser.DropUserContext ctx)
Visit a parse tree produced by
MySQLParser.dropUser(). |
Copyright © 2022. All rights reserved.