| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterReadUncommitted(SqlBaseParser.ReadUncommittedContext ctx)
Enter a parse tree produced by the
readUncommitted
labeled alternative in SqlBaseParser.levelOfIsolation(). |
void |
SqlBaseListener.enterReadUncommitted(SqlBaseParser.ReadUncommittedContext ctx)
Enter a parse tree produced by the
readUncommitted
labeled alternative in SqlBaseParser.levelOfIsolation(). |
void |
SqlBaseBaseListener.exitReadUncommitted(SqlBaseParser.ReadUncommittedContext ctx)
Exit a parse tree produced by the
readUncommitted
labeled alternative in SqlBaseParser.levelOfIsolation(). |
void |
SqlBaseListener.exitReadUncommitted(SqlBaseParser.ReadUncommittedContext ctx)
Exit a parse tree produced by the
readUncommitted
labeled alternative in SqlBaseParser.levelOfIsolation(). |
T |
SqlBaseBaseVisitor.visitReadUncommitted(SqlBaseParser.ReadUncommittedContext ctx)
Visit a parse tree produced by the
readUncommitted
labeled alternative in SqlBaseParser.levelOfIsolation(). |
T |
SqlBaseVisitor.visitReadUncommitted(SqlBaseParser.ReadUncommittedContext ctx)
Visit a parse tree produced by the
readUncommitted
labeled alternative in SqlBaseParser.levelOfIsolation(). |
Copyright © 2012–2023. All rights reserved.