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