Uses of Class
io.trino.grammar.sql.SqlBaseParser.CommitContext
Packages that use SqlBaseParser.CommitContext
-
Uses of SqlBaseParser.CommitContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql with parameters of type SqlBaseParser.CommitContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterCommit(SqlBaseParser.CommitContext ctx) Enter a parse tree produced by thecommitlabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.enterCommit(SqlBaseParser.CommitContext ctx) Enter a parse tree produced by thecommitlabeled alternative inSqlBaseParser.statement().voidSqlBaseBaseListener.exitCommit(SqlBaseParser.CommitContext ctx) Exit a parse tree produced by thecommitlabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.exitCommit(SqlBaseParser.CommitContext ctx) Exit a parse tree produced by thecommitlabeled alternative inSqlBaseParser.statement().SqlBaseBaseVisitor.visitCommit(SqlBaseParser.CommitContext ctx) Visit a parse tree produced by thecommitlabeled alternative inSqlBaseParser.statement().SqlBaseVisitor.visitCommit(SqlBaseParser.CommitContext ctx) Visit a parse tree produced by thecommitlabeled alternative inSqlBaseParser.statement().