| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen | |
| org.apache.shardingsphere.sql.parser.sqlserver.visitor.statement.impl |
| Modifier and Type | Method and Description |
|---|---|
SQLServerStatementParser.DropDatabaseContext |
SQLServerStatementParser.dropDatabase() |
SQLServerStatementParser.DropDatabaseContext |
SQLServerStatementParser.ExecuteContext.dropDatabase() |
| Modifier and Type | Method and Description |
|---|---|
T |
SQLServerStatementBaseVisitor.visitDropDatabase(SQLServerStatementParser.DropDatabaseContext ctx)
Visit a parse tree produced by
SQLServerStatementParser.dropDatabase(). |
T |
SQLServerStatementVisitor.visitDropDatabase(SQLServerStatementParser.DropDatabaseContext ctx)
Visit a parse tree produced by
SQLServerStatementParser.dropDatabase(). |
| Modifier and Type | Method and Description |
|---|---|
org.apache.shardingsphere.sql.parser.api.visitor.ASTNode |
SQLServerDDLStatementSQLVisitor.visitDropDatabase(SQLServerStatementParser.DropDatabaseContext ctx) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.