| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen | |
| org.apache.shardingsphere.sql.parser.mysql.visitor.statement.impl |
| Modifier and Type | Method and Description |
|---|---|
MySQLStatementParser.DropTableContext |
MySQLStatementParser.dropTable() |
MySQLStatementParser.DropTableContext |
MySQLStatementParser.ExecuteContext.dropTable() |
MySQLStatementParser.DropTableContext |
MySQLStatementParser.ValidStatementContext.dropTable() |
| Modifier and Type | Method and Description |
|---|---|
T |
MySQLStatementBaseVisitor.visitDropTable(MySQLStatementParser.DropTableContext ctx)
Visit a parse tree produced by
MySQLStatementParser.dropTable(). |
T |
MySQLStatementVisitor.visitDropTable(MySQLStatementParser.DropTableContext ctx)
Visit a parse tree produced by
MySQLStatementParser.dropTable(). |
| Modifier and Type | Method and Description |
|---|---|
org.apache.shardingsphere.sql.parser.api.visitor.ASTNode |
MySQLDDLStatementSQLVisitor.visitDropTable(MySQLStatementParser.DropTableContext ctx) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.