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