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