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