Uses of Class
io.trino.sql.parser.SqlBaseParser.SubstringContext
-
Packages that use SqlBaseParser.SubstringContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.SubstringContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.SubstringContext Modifier and Type Method Description voidSqlBaseBaseListener. enterSubstring(SqlBaseParser.SubstringContext ctx)Enter a parse tree produced by thesubstringlabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener. enterSubstring(SqlBaseParser.SubstringContext ctx)Enter a parse tree produced by thesubstringlabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseBaseListener. exitSubstring(SqlBaseParser.SubstringContext ctx)Exit a parse tree produced by thesubstringlabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener. exitSubstring(SqlBaseParser.SubstringContext ctx)Exit a parse tree produced by thesubstringlabeled alternative inSqlBaseParser.primaryExpression().TSqlBaseBaseVisitor. visitSubstring(SqlBaseParser.SubstringContext ctx)Visit a parse tree produced by thesubstringlabeled alternative inSqlBaseParser.primaryExpression().TSqlBaseVisitor. visitSubstring(SqlBaseParser.SubstringContext ctx)Visit a parse tree produced by thesubstringlabeled alternative inSqlBaseParser.primaryExpression().
-