Uses of Class
io.trino.sql.parser.SqlBaseParser.CreateTableAsSelectContext
-
Packages that use SqlBaseParser.CreateTableAsSelectContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.CreateTableAsSelectContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.CreateTableAsSelectContext Modifier and Type Method Description voidSqlBaseBaseListener. enterCreateTableAsSelect(SqlBaseParser.CreateTableAsSelectContext ctx)Enter a parse tree produced by thecreateTableAsSelectlabeled alternative inSqlBaseParser.statement().voidSqlBaseListener. enterCreateTableAsSelect(SqlBaseParser.CreateTableAsSelectContext ctx)Enter a parse tree produced by thecreateTableAsSelectlabeled alternative inSqlBaseParser.statement().voidSqlBaseBaseListener. exitCreateTableAsSelect(SqlBaseParser.CreateTableAsSelectContext ctx)Exit a parse tree produced by thecreateTableAsSelectlabeled alternative inSqlBaseParser.statement().voidSqlBaseListener. exitCreateTableAsSelect(SqlBaseParser.CreateTableAsSelectContext ctx)Exit a parse tree produced by thecreateTableAsSelectlabeled alternative inSqlBaseParser.statement().TSqlBaseBaseVisitor. visitCreateTableAsSelect(SqlBaseParser.CreateTableAsSelectContext ctx)Visit a parse tree produced by thecreateTableAsSelectlabeled alternative inSqlBaseParser.statement().TSqlBaseVisitor. visitCreateTableAsSelect(SqlBaseParser.CreateTableAsSelectContext ctx)Visit a parse tree produced by thecreateTableAsSelectlabeled alternative inSqlBaseParser.statement().
-