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