Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.DropServerContext
Packages that use OpenGaussStatementParser.DropServerContext
Package
Description
-
Uses of OpenGaussStatementParser.DropServerContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.DropServerContextModifier and TypeMethodDescriptionOpenGaussStatementParser.dropServer()OpenGaussStatementParser.ExecuteContext.dropServer()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.DropServerContextModifier and TypeMethodDescriptionOpenGaussStatementBaseVisitor.visitDropServer(OpenGaussStatementParser.DropServerContext ctx) Visit a parse tree produced byOpenGaussStatementParser.dropServer().OpenGaussStatementVisitor.visitDropServer(OpenGaussStatementParser.DropServerContext ctx) Visit a parse tree produced byOpenGaussStatementParser.dropServer(). -
Uses of OpenGaussStatementParser.DropServerContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.impl
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.impl with parameters of type OpenGaussStatementParser.DropServerContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodeOpenGaussDDLStatementSQLVisitor.visitDropServer(OpenGaussStatementParser.DropServerContext ctx)