| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterShowSession(SqlBaseParser.ShowSessionContext ctx)
Enter a parse tree produced by the
showSession
labeled alternative in SqlBaseParser.statement(). |
void |
SqlBaseListener.enterShowSession(SqlBaseParser.ShowSessionContext ctx)
Enter a parse tree produced by the
showSession
labeled alternative in SqlBaseParser.statement(). |
void |
SqlBaseBaseListener.exitShowSession(SqlBaseParser.ShowSessionContext ctx)
Exit a parse tree produced by the
showSession
labeled alternative in SqlBaseParser.statement(). |
void |
SqlBaseListener.exitShowSession(SqlBaseParser.ShowSessionContext ctx)
Exit a parse tree produced by the
showSession
labeled alternative in SqlBaseParser.statement(). |
T |
SqlBaseBaseVisitor.visitShowSession(SqlBaseParser.ShowSessionContext ctx)
Visit a parse tree produced by the
showSession
labeled alternative in SqlBaseParser.statement(). |
T |
SqlBaseVisitor.visitShowSession(SqlBaseParser.ShowSessionContext ctx)
Visit a parse tree produced by the
showSession
labeled alternative in SqlBaseParser.statement(). |
Copyright © 2012–2023. All rights reserved.