Package | Description |
---|---|
com.facebook.presto.sql.parser |
Modifier and Type | Method and Description |
---|---|
void |
SqlBaseListener.enterIsolationLevel(SqlBaseParser.IsolationLevelContext ctx)
Enter a parse tree produced by the
isolationLevel
labeled alternative in SqlBaseParser.transactionMode() . |
void |
SqlBaseBaseListener.enterIsolationLevel(SqlBaseParser.IsolationLevelContext ctx)
Enter a parse tree produced by the
isolationLevel
labeled alternative in SqlBaseParser.transactionMode() . |
void |
SqlBaseListener.exitIsolationLevel(SqlBaseParser.IsolationLevelContext ctx)
Exit a parse tree produced by the
isolationLevel
labeled alternative in SqlBaseParser.transactionMode() . |
void |
SqlBaseBaseListener.exitIsolationLevel(SqlBaseParser.IsolationLevelContext ctx)
Exit a parse tree produced by the
isolationLevel
labeled alternative in SqlBaseParser.transactionMode() . |
T |
SqlBaseVisitor.visitIsolationLevel(SqlBaseParser.IsolationLevelContext ctx)
Visit a parse tree produced by the
isolationLevel
labeled alternative in SqlBaseParser.transactionMode() . |
T |
SqlBaseBaseVisitor.visitIsolationLevel(SqlBaseParser.IsolationLevelContext ctx)
Visit a parse tree produced by the
isolationLevel
labeled alternative in SqlBaseParser.transactionMode() . |
Copyright © 2012-2016. All Rights Reserved.