Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.AlterMaterializedViewContext
-
-
Uses of PostgreSQLStatementParser.AlterMaterializedViewContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.AlterMaterializedViewContext Modifier and Type Method Description PostgreSQLStatementParser.AlterMaterializedViewContextPostgreSQLStatementParser. alterMaterializedView()PostgreSQLStatementParser.AlterMaterializedViewContextPostgreSQLStatementParser.ExecuteContext. alterMaterializedView()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.AlterMaterializedViewContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitAlterMaterializedView(PostgreSQLStatementParser.AlterMaterializedViewContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.alterMaterializedView().TPostgreSQLStatementParserVisitor. visitAlterMaterializedView(PostgreSQLStatementParser.AlterMaterializedViewContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.alterMaterializedView(). -
Uses of PostgreSQLStatementParser.AlterMaterializedViewContext in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.type with parameters of type PostgreSQLStatementParser.AlterMaterializedViewContext Modifier and Type Method Description ASTNodePostgreSQLDDLStatementVisitor. visitAlterMaterializedView(PostgreSQLStatementParser.AlterMaterializedViewContext ctx)
-