| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
SqlBaseParser.TypesContext |
SqlBaseParser.types() |
SqlBaseParser.TypesContext |
SqlBaseParser.ShowCreateFunctionContext.types() |
SqlBaseParser.TypesContext |
SqlBaseParser.DropFunctionContext.types() |
SqlBaseParser.TypesContext |
SqlBaseParser.AlterFunctionContext.types() |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterTypes(SqlBaseParser.TypesContext ctx)
Enter a parse tree produced by
SqlBaseParser.types(). |
void |
SqlBaseListener.enterTypes(SqlBaseParser.TypesContext ctx)
Enter a parse tree produced by
SqlBaseParser.types(). |
void |
SqlBaseBaseListener.exitTypes(SqlBaseParser.TypesContext ctx)
Exit a parse tree produced by
SqlBaseParser.types(). |
void |
SqlBaseListener.exitTypes(SqlBaseParser.TypesContext ctx)
Exit a parse tree produced by
SqlBaseParser.types(). |
T |
SqlBaseBaseVisitor.visitTypes(SqlBaseParser.TypesContext ctx)
Visit a parse tree produced by
SqlBaseParser.types(). |
T |
SqlBaseVisitor.visitTypes(SqlBaseParser.TypesContext ctx)
Visit a parse tree produced by
SqlBaseParser.types(). |
Copyright © 2012–2023. All rights reserved.