| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
SqlBaseParser.PropertiesContext |
SqlBaseParser.properties() |
SqlBaseParser.PropertiesContext |
SqlBaseParser.CreateSchemaContext.properties() |
SqlBaseParser.PropertiesContext |
SqlBaseParser.AnalyzeContext.properties() |
SqlBaseParser.PropertiesContext |
SqlBaseParser.CreateTableContext.properties() |
SqlBaseParser.PropertiesContext |
SqlBaseParser.CreateTableAsSelectContext.properties() |
SqlBaseParser.PropertiesContext |
SqlBaseParser.CreateMaterializedViewContext.properties() |
SqlBaseParser.PropertiesContext |
SqlBaseParser.ColumnDefinitionContext.properties() |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterProperties(SqlBaseParser.PropertiesContext ctx)
Enter a parse tree produced by
SqlBaseParser.properties(). |
void |
SqlBaseListener.enterProperties(SqlBaseParser.PropertiesContext ctx)
Enter a parse tree produced by
SqlBaseParser.properties(). |
void |
SqlBaseBaseListener.exitProperties(SqlBaseParser.PropertiesContext ctx)
Exit a parse tree produced by
SqlBaseParser.properties(). |
void |
SqlBaseListener.exitProperties(SqlBaseParser.PropertiesContext ctx)
Exit a parse tree produced by
SqlBaseParser.properties(). |
T |
SqlBaseBaseVisitor.visitProperties(SqlBaseParser.PropertiesContext ctx)
Visit a parse tree produced by
SqlBaseParser.properties(). |
T |
SqlBaseVisitor.visitProperties(SqlBaseParser.PropertiesContext ctx)
Visit a parse tree produced by
SqlBaseParser.properties(). |
Copyright © 2012–2023. All rights reserved.