Uses of Class
io.trino.sql.parser.SqlBaseParser.CreateTableContext
Packages that use SqlBaseParser.CreateTableContext
-
Uses of SqlBaseParser.CreateTableContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.CreateTableContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterCreateTable(SqlBaseParser.CreateTableContext ctx) Enter a parse tree produced by thecreateTablelabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.enterCreateTable(SqlBaseParser.CreateTableContext ctx) Enter a parse tree produced by thecreateTablelabeled alternative inSqlBaseParser.statement().voidSqlBaseBaseListener.exitCreateTable(SqlBaseParser.CreateTableContext ctx) Exit a parse tree produced by thecreateTablelabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.exitCreateTable(SqlBaseParser.CreateTableContext ctx) Exit a parse tree produced by thecreateTablelabeled alternative inSqlBaseParser.statement().SqlBaseBaseVisitor.visitCreateTable(SqlBaseParser.CreateTableContext ctx) Visit a parse tree produced by thecreateTablelabeled alternative inSqlBaseParser.statement().SqlBaseVisitor.visitCreateTable(SqlBaseParser.CreateTableContext ctx) Visit a parse tree produced by thecreateTablelabeled alternative inSqlBaseParser.statement().