Uses of Class
io.trino.sql.parser.SqlBaseParser.RefreshMaterializedViewContext
-
Packages that use SqlBaseParser.RefreshMaterializedViewContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.RefreshMaterializedViewContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.RefreshMaterializedViewContext Modifier and Type Method Description voidSqlBaseBaseListener. enterRefreshMaterializedView(SqlBaseParser.RefreshMaterializedViewContext ctx)Enter a parse tree produced by therefreshMaterializedViewlabeled alternative inSqlBaseParser.statement().voidSqlBaseListener. enterRefreshMaterializedView(SqlBaseParser.RefreshMaterializedViewContext ctx)Enter a parse tree produced by therefreshMaterializedViewlabeled alternative inSqlBaseParser.statement().voidSqlBaseBaseListener. exitRefreshMaterializedView(SqlBaseParser.RefreshMaterializedViewContext ctx)Exit a parse tree produced by therefreshMaterializedViewlabeled alternative inSqlBaseParser.statement().voidSqlBaseListener. exitRefreshMaterializedView(SqlBaseParser.RefreshMaterializedViewContext ctx)Exit a parse tree produced by therefreshMaterializedViewlabeled alternative inSqlBaseParser.statement().TSqlBaseBaseVisitor. visitRefreshMaterializedView(SqlBaseParser.RefreshMaterializedViewContext ctx)Visit a parse tree produced by therefreshMaterializedViewlabeled alternative inSqlBaseParser.statement().TSqlBaseVisitor. visitRefreshMaterializedView(SqlBaseParser.RefreshMaterializedViewContext ctx)Visit a parse tree produced by therefreshMaterializedViewlabeled alternative inSqlBaseParser.statement().
-