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