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