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