Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.DropRuleContext
Packages that use OpenGaussStatementParser.DropRuleContext
Package
Description
-
Uses of OpenGaussStatementParser.DropRuleContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.DropRuleContextModifier and TypeMethodDescriptionOpenGaussStatementParser.dropRule()OpenGaussStatementParser.ExecuteContext.dropRule()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.DropRuleContextModifier and TypeMethodDescriptionOpenGaussStatementBaseVisitor.visitDropRule(OpenGaussStatementParser.DropRuleContext ctx) Visit a parse tree produced byOpenGaussStatementParser.dropRule().OpenGaussStatementVisitor.visitDropRule(OpenGaussStatementParser.DropRuleContext ctx) Visit a parse tree produced byOpenGaussStatementParser.dropRule(). -
Uses of OpenGaussStatementParser.DropRuleContext 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.DropRuleContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodeOpenGaussDDLStatementSQLVisitor.visitDropRule(OpenGaussStatementParser.DropRuleContext ctx)