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