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