Uses of Class
io.trino.sql.parser.SqlBaseParser.UpdateContext
Packages that use SqlBaseParser.UpdateContext
-
Uses of SqlBaseParser.UpdateContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.UpdateContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.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().SqlBaseBaseVisitor.visitUpdate(SqlBaseParser.UpdateContext ctx) Visit a parse tree produced by theupdatelabeled alternative inSqlBaseParser.statement().SqlBaseVisitor.visitUpdate(SqlBaseParser.UpdateContext ctx) Visit a parse tree produced by theupdatelabeled alternative inSqlBaseParser.statement().