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