Uses of Class
io.trino.sql.parser.SqlBaseParser.TimeZoneIntervalContext
-
Packages that use SqlBaseParser.TimeZoneIntervalContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.TimeZoneIntervalContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.TimeZoneIntervalContext Modifier and Type Method Description voidSqlBaseBaseListener. enterTimeZoneInterval(SqlBaseParser.TimeZoneIntervalContext ctx)Enter a parse tree produced by thetimeZoneIntervallabeled alternative inSqlBaseParser.timeZoneSpecifier().voidSqlBaseListener. enterTimeZoneInterval(SqlBaseParser.TimeZoneIntervalContext ctx)Enter a parse tree produced by thetimeZoneIntervallabeled alternative inSqlBaseParser.timeZoneSpecifier().voidSqlBaseBaseListener. exitTimeZoneInterval(SqlBaseParser.TimeZoneIntervalContext ctx)Exit a parse tree produced by thetimeZoneIntervallabeled alternative inSqlBaseParser.timeZoneSpecifier().voidSqlBaseListener. exitTimeZoneInterval(SqlBaseParser.TimeZoneIntervalContext ctx)Exit a parse tree produced by thetimeZoneIntervallabeled alternative inSqlBaseParser.timeZoneSpecifier().TSqlBaseBaseVisitor. visitTimeZoneInterval(SqlBaseParser.TimeZoneIntervalContext ctx)Visit a parse tree produced by thetimeZoneIntervallabeled alternative inSqlBaseParser.timeZoneSpecifier().TSqlBaseVisitor. visitTimeZoneInterval(SqlBaseParser.TimeZoneIntervalContext ctx)Visit a parse tree produced by thetimeZoneIntervallabeled alternative inSqlBaseParser.timeZoneSpecifier().
-