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