Uses of Class
io.trino.grammar.sql.SqlBaseParser.ExistsContext
Packages that use SqlBaseParser.ExistsContext
-
Uses of SqlBaseParser.ExistsContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql with parameters of type SqlBaseParser.ExistsContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterExists(SqlBaseParser.ExistsContext ctx) Enter a parse tree produced by theexistslabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener.enterExists(SqlBaseParser.ExistsContext ctx) Enter a parse tree produced by theexistslabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseBaseListener.exitExists(SqlBaseParser.ExistsContext ctx) Exit a parse tree produced by theexistslabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener.exitExists(SqlBaseParser.ExistsContext ctx) Exit a parse tree produced by theexistslabeled alternative inSqlBaseParser.primaryExpression().SqlBaseBaseVisitor.visitExists(SqlBaseParser.ExistsContext ctx) Visit a parse tree produced by theexistslabeled alternative inSqlBaseParser.primaryExpression().SqlBaseVisitor.visitExists(SqlBaseParser.ExistsContext ctx) Visit a parse tree produced by theexistslabeled alternative inSqlBaseParser.primaryExpression().