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