Uses of Class
io.trino.grammar.sql.SqlBaseParser.DenyContext
Packages that use SqlBaseParser.DenyContext
-
Uses of SqlBaseParser.DenyContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql with parameters of type SqlBaseParser.DenyContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterDeny(SqlBaseParser.DenyContext ctx) Enter a parse tree produced by thedenylabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.enterDeny(SqlBaseParser.DenyContext ctx) Enter a parse tree produced by thedenylabeled alternative inSqlBaseParser.statement().voidSqlBaseBaseListener.exitDeny(SqlBaseParser.DenyContext ctx) Exit a parse tree produced by thedenylabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.exitDeny(SqlBaseParser.DenyContext ctx) Exit a parse tree produced by thedenylabeled alternative inSqlBaseParser.statement().SqlBaseBaseVisitor.visitDeny(SqlBaseParser.DenyContext ctx) Visit a parse tree produced by thedenylabeled alternative inSqlBaseParser.statement().SqlBaseVisitor.visitDeny(SqlBaseParser.DenyContext ctx) Visit a parse tree produced by thedenylabeled alternative inSqlBaseParser.statement().