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