Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.DropServerContext
-
Packages that use OpenGaussStatementParser.DropServerContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type -
-
Uses of OpenGaussStatementParser.DropServerContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.DropServerContext Modifier and Type Method Description OpenGaussStatementParser.DropServerContextOpenGaussStatementParser. dropServer()OpenGaussStatementParser.DropServerContextOpenGaussStatementParser.ExecuteContext. dropServer()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.DropServerContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitDropServer(OpenGaussStatementParser.DropServerContext ctx)Visit a parse tree produced byOpenGaussStatementParser.dropServer().TOpenGaussStatementVisitor. visitDropServer(OpenGaussStatementParser.DropServerContext ctx)Visit a parse tree produced byOpenGaussStatementParser.dropServer(). -
Uses of OpenGaussStatementParser.DropServerContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type with parameters of type OpenGaussStatementParser.DropServerContext Modifier and Type Method Description ASTNodeOpenGaussDDLStatementVisitor. visitDropServer(OpenGaussStatementParser.DropServerContext ctx)
-