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