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