Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.DropPolicyContext
-
Packages that use OpenGaussStatementParser.DropPolicyContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OpenGaussStatementParser.DropPolicyContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.DropPolicyContext Modifier and Type Method Description OpenGaussStatementParser.DropPolicyContextOpenGaussStatementParser. dropPolicy()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.DropPolicyContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitDropPolicy(OpenGaussStatementParser.DropPolicyContext ctx)Visit a parse tree produced byOpenGaussStatementParser.dropPolicy().TOpenGaussStatementVisitor. visitDropPolicy(OpenGaussStatementParser.DropPolicyContext ctx)Visit a parse tree produced byOpenGaussStatementParser.dropPolicy().
-