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