Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.DropRuleContext
-
Packages that use OpenGaussStatementParser.DropRuleContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type -
-
Uses of OpenGaussStatementParser.DropRuleContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.DropRuleContext Modifier and Type Method Description OpenGaussStatementParser.DropRuleContextOpenGaussStatementParser. dropRule()OpenGaussStatementParser.DropRuleContextOpenGaussStatementParser.ExecuteContext. dropRule()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.DropRuleContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitDropRule(OpenGaussStatementParser.DropRuleContext ctx)Visit a parse tree produced byOpenGaussStatementParser.dropRule().TOpenGaussStatementVisitor. visitDropRule(OpenGaussStatementParser.DropRuleContext ctx)Visit a parse tree produced byOpenGaussStatementParser.dropRule(). -
Uses of OpenGaussStatementParser.DropRuleContext 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.DropRuleContext Modifier and Type Method Description ASTNodeOpenGaussDDLStatementVisitor. visitDropRule(OpenGaussStatementParser.DropRuleContext ctx)
-