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