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