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