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