Uses of Class
io.trino.sql.parser.SqlBaseParser.CreateViewContext
-
Packages that use SqlBaseParser.CreateViewContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.CreateViewContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.CreateViewContext Modifier and Type Method Description voidSqlBaseBaseListener. 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().TSqlBaseBaseVisitor. visitCreateView(SqlBaseParser.CreateViewContext ctx)Visit a parse tree produced by thecreateViewlabeled alternative inSqlBaseParser.statement().TSqlBaseVisitor. visitCreateView(SqlBaseParser.CreateViewContext ctx)Visit a parse tree produced by thecreateViewlabeled alternative inSqlBaseParser.statement().
-