Uses of Class
io.trino.sql.parser.SqlBaseParser.CreateViewContext
Packages that use SqlBaseParser.CreateViewContext
-
Uses of SqlBaseParser.CreateViewContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.CreateViewContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterCreateView(SqlBaseParser.CreateViewContext ctx) Enter a parse tree produced by thecreateViewlabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.enterCreateView(SqlBaseParser.CreateViewContext ctx) Enter a parse tree produced by thecreateViewlabeled alternative inSqlBaseParser.statement().voidSqlBaseBaseListener.exitCreateView(SqlBaseParser.CreateViewContext ctx) Exit a parse tree produced by thecreateViewlabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.exitCreateView(SqlBaseParser.CreateViewContext ctx) Exit a parse tree produced by thecreateViewlabeled alternative inSqlBaseParser.statement().SqlBaseBaseVisitor.visitCreateView(SqlBaseParser.CreateViewContext ctx) Visit a parse tree produced by thecreateViewlabeled alternative inSqlBaseParser.statement().SqlBaseVisitor.visitCreateView(SqlBaseParser.CreateViewContext ctx) Visit a parse tree produced by thecreateViewlabeled alternative inSqlBaseParser.statement().