Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.RefreshMatViewStmtContext
Packages that use PostgreSQLStatementParser.RefreshMatViewStmtContext
Package
Description
-
Uses of PostgreSQLStatementParser.RefreshMatViewStmtContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.RefreshMatViewStmtContextModifier and TypeMethodDescriptionPostgreSQLStatementParser.ExecuteContext.refreshMatViewStmt()PostgreSQLStatementParser.ExplainableStmtContext.refreshMatViewStmt()PostgreSQLStatementParser.refreshMatViewStmt()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.RefreshMatViewStmtContextModifier and TypeMethodDescriptionPostgreSQLStatementParserBaseVisitor.visitRefreshMatViewStmt(PostgreSQLStatementParser.RefreshMatViewStmtContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.refreshMatViewStmt().PostgreSQLStatementParserVisitor.visitRefreshMatViewStmt(PostgreSQLStatementParser.RefreshMatViewStmtContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.refreshMatViewStmt(). -
Uses of PostgreSQLStatementParser.RefreshMatViewStmtContext in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.impl
Methods in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.impl with parameters of type PostgreSQLStatementParser.RefreshMatViewStmtContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodePostgreSQLDDLStatementSQLVisitor.visitRefreshMatViewStmt(PostgreSQLStatementParser.RefreshMatViewStmtContext ctx)