Uses of Class
io.trino.grammar.sql.SqlBaseParser.ShowCreateTableContext
Packages that use SqlBaseParser.ShowCreateTableContext
-
Uses of SqlBaseParser.ShowCreateTableContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql with parameters of type SqlBaseParser.ShowCreateTableContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterShowCreateTable(SqlBaseParser.ShowCreateTableContext ctx) Enter a parse tree produced by theshowCreateTablelabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.enterShowCreateTable(SqlBaseParser.ShowCreateTableContext ctx) Enter a parse tree produced by theshowCreateTablelabeled alternative inSqlBaseParser.statement().voidSqlBaseBaseListener.exitShowCreateTable(SqlBaseParser.ShowCreateTableContext ctx) Exit a parse tree produced by theshowCreateTablelabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.exitShowCreateTable(SqlBaseParser.ShowCreateTableContext ctx) Exit a parse tree produced by theshowCreateTablelabeled alternative inSqlBaseParser.statement().SqlBaseBaseVisitor.visitShowCreateTable(SqlBaseParser.ShowCreateTableContext ctx) Visit a parse tree produced by theshowCreateTablelabeled alternative inSqlBaseParser.statement().SqlBaseVisitor.visitShowCreateTable(SqlBaseParser.ShowCreateTableContext ctx) Visit a parse tree produced by theshowCreateTablelabeled alternative inSqlBaseParser.statement().