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