Uses of Class
io.trino.grammar.sql.SqlBaseParser.DropCatalogContext
Packages that use SqlBaseParser.DropCatalogContext
-
Uses of SqlBaseParser.DropCatalogContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql with parameters of type SqlBaseParser.DropCatalogContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterDropCatalog(SqlBaseParser.DropCatalogContext ctx) Enter a parse tree produced by thedropCataloglabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.enterDropCatalog(SqlBaseParser.DropCatalogContext ctx) Enter a parse tree produced by thedropCataloglabeled alternative inSqlBaseParser.statement().voidSqlBaseBaseListener.exitDropCatalog(SqlBaseParser.DropCatalogContext ctx) Exit a parse tree produced by thedropCataloglabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.exitDropCatalog(SqlBaseParser.DropCatalogContext ctx) Exit a parse tree produced by thedropCataloglabeled alternative inSqlBaseParser.statement().SqlBaseBaseVisitor.visitDropCatalog(SqlBaseParser.DropCatalogContext ctx) Visit a parse tree produced by thedropCataloglabeled alternative inSqlBaseParser.statement().SqlBaseVisitor.visitDropCatalog(SqlBaseParser.DropCatalogContext ctx) Visit a parse tree produced by thedropCataloglabeled alternative inSqlBaseParser.statement().