Uses of Class
io.trino.grammar.sql.SqlBaseParser.DropMaterializedViewContext
Packages that use SqlBaseParser.DropMaterializedViewContext
-
Uses of SqlBaseParser.DropMaterializedViewContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql with parameters of type SqlBaseParser.DropMaterializedViewContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.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().SqlBaseBaseVisitor.visitDropMaterializedView(SqlBaseParser.DropMaterializedViewContext ctx) Visit a parse tree produced by thedropMaterializedViewlabeled alternative inSqlBaseParser.statement().SqlBaseVisitor.visitDropMaterializedView(SqlBaseParser.DropMaterializedViewContext ctx) Visit a parse tree produced by thedropMaterializedViewlabeled alternative inSqlBaseParser.statement().