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