Uses of Class
io.trino.sql.parser.SqlBaseParser.QuantifiedPrimaryContext
-
Packages that use SqlBaseParser.QuantifiedPrimaryContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.QuantifiedPrimaryContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.QuantifiedPrimaryContext Modifier and Type Method Description voidSqlBaseBaseListener. enterQuantifiedPrimary(SqlBaseParser.QuantifiedPrimaryContext ctx)Enter a parse tree produced by thequantifiedPrimarylabeled alternative inSqlBaseParser.rowPattern().voidSqlBaseListener. enterQuantifiedPrimary(SqlBaseParser.QuantifiedPrimaryContext ctx)Enter a parse tree produced by thequantifiedPrimarylabeled alternative inSqlBaseParser.rowPattern().voidSqlBaseBaseListener. exitQuantifiedPrimary(SqlBaseParser.QuantifiedPrimaryContext ctx)Exit a parse tree produced by thequantifiedPrimarylabeled alternative inSqlBaseParser.rowPattern().voidSqlBaseListener. exitQuantifiedPrimary(SqlBaseParser.QuantifiedPrimaryContext ctx)Exit a parse tree produced by thequantifiedPrimarylabeled alternative inSqlBaseParser.rowPattern().TSqlBaseBaseVisitor. visitQuantifiedPrimary(SqlBaseParser.QuantifiedPrimaryContext ctx)Visit a parse tree produced by thequantifiedPrimarylabeled alternative inSqlBaseParser.rowPattern().TSqlBaseVisitor. visitQuantifiedPrimary(SqlBaseParser.QuantifiedPrimaryContext ctx)Visit a parse tree produced by thequantifiedPrimarylabeled alternative inSqlBaseParser.rowPattern().
-