Uses of Class
io.trino.grammar.sql.SqlBaseParser.CreateCatalogContext
Packages that use SqlBaseParser.CreateCatalogContext
-
Uses of SqlBaseParser.CreateCatalogContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql with parameters of type SqlBaseParser.CreateCatalogContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterCreateCatalog(SqlBaseParser.CreateCatalogContext ctx) Enter a parse tree produced by thecreateCataloglabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.enterCreateCatalog(SqlBaseParser.CreateCatalogContext ctx) Enter a parse tree produced by thecreateCataloglabeled alternative inSqlBaseParser.statement().voidSqlBaseBaseListener.exitCreateCatalog(SqlBaseParser.CreateCatalogContext ctx) Exit a parse tree produced by thecreateCataloglabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.exitCreateCatalog(SqlBaseParser.CreateCatalogContext ctx) Exit a parse tree produced by thecreateCataloglabeled alternative inSqlBaseParser.statement().SqlBaseBaseVisitor.visitCreateCatalog(SqlBaseParser.CreateCatalogContext ctx) Visit a parse tree produced by thecreateCataloglabeled alternative inSqlBaseParser.statement().SqlBaseVisitor.visitCreateCatalog(SqlBaseParser.CreateCatalogContext ctx) Visit a parse tree produced by thecreateCataloglabeled alternative inSqlBaseParser.statement().