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