Uses of Class
io.trino.sql.parser.SqlBaseParser.QueryPeriodContext
-
Packages that use SqlBaseParser.QueryPeriodContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.QueryPeriodContext in io.trino.sql.parser
Methods in io.trino.sql.parser that return SqlBaseParser.QueryPeriodContext Modifier and Type Method Description SqlBaseParser.QueryPeriodContextSqlBaseParser. queryPeriod()SqlBaseParser.QueryPeriodContextSqlBaseParser.TableNameContext. queryPeriod()Methods in io.trino.sql.parser with parameters of type SqlBaseParser.QueryPeriodContext Modifier and Type Method Description voidSqlBaseBaseListener. enterQueryPeriod(SqlBaseParser.QueryPeriodContext ctx)Enter a parse tree produced bySqlBaseParser.queryPeriod().voidSqlBaseListener. enterQueryPeriod(SqlBaseParser.QueryPeriodContext ctx)Enter a parse tree produced bySqlBaseParser.queryPeriod().voidSqlBaseBaseListener. exitQueryPeriod(SqlBaseParser.QueryPeriodContext ctx)Exit a parse tree produced bySqlBaseParser.queryPeriod().voidSqlBaseListener. exitQueryPeriod(SqlBaseParser.QueryPeriodContext ctx)Exit a parse tree produced bySqlBaseParser.queryPeriod().TSqlBaseBaseVisitor. visitQueryPeriod(SqlBaseParser.QueryPeriodContext ctx)Visit a parse tree produced bySqlBaseParser.queryPeriod().TSqlBaseVisitor. visitQueryPeriod(SqlBaseParser.QueryPeriodContext ctx)Visit a parse tree produced bySqlBaseParser.queryPeriod().
-