Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.DropMaterializedViewContext
-
-
Uses of PostgreSQLStatementParser.DropMaterializedViewContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.DropMaterializedViewContext Modifier and Type Method Description PostgreSQLStatementParser.DropMaterializedViewContextPostgreSQLStatementParser. dropMaterializedView()PostgreSQLStatementParser.DropMaterializedViewContextPostgreSQLStatementParser.ExecuteContext. dropMaterializedView()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.DropMaterializedViewContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitDropMaterializedView(PostgreSQLStatementParser.DropMaterializedViewContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.dropMaterializedView().TPostgreSQLStatementParserVisitor. visitDropMaterializedView(PostgreSQLStatementParser.DropMaterializedViewContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.dropMaterializedView(). -
Uses of PostgreSQLStatementParser.DropMaterializedViewContext 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.DropMaterializedViewContext Modifier and Type Method Description ASTNodePostgreSQLDDLStatementVisitor. visitDropMaterializedView(PostgreSQLStatementParser.DropMaterializedViewContext ctx)
-