Uses of Class
io.trino.sql.parser.SqlBaseParser.ResetSessionContext
Packages that use SqlBaseParser.ResetSessionContext
-
Uses of SqlBaseParser.ResetSessionContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.ResetSessionContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterResetSession(SqlBaseParser.ResetSessionContext ctx) Enter a parse tree produced by theresetSessionlabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.enterResetSession(SqlBaseParser.ResetSessionContext ctx) Enter a parse tree produced by theresetSessionlabeled alternative inSqlBaseParser.statement().voidSqlBaseBaseListener.exitResetSession(SqlBaseParser.ResetSessionContext ctx) Exit a parse tree produced by theresetSessionlabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.exitResetSession(SqlBaseParser.ResetSessionContext ctx) Exit a parse tree produced by theresetSessionlabeled alternative inSqlBaseParser.statement().SqlBaseBaseVisitor.visitResetSession(SqlBaseParser.ResetSessionContext ctx) Visit a parse tree produced by theresetSessionlabeled alternative inSqlBaseParser.statement().SqlBaseVisitor.visitResetSession(SqlBaseParser.ResetSessionContext ctx) Visit a parse tree produced by theresetSessionlabeled alternative inSqlBaseParser.statement().