Uses of Class
io.trino.grammar.sql.SqlBaseParser.TruncateTableContext
Packages that use SqlBaseParser.TruncateTableContext
-
Uses of SqlBaseParser.TruncateTableContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql with parameters of type SqlBaseParser.TruncateTableContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterTruncateTable(SqlBaseParser.TruncateTableContext ctx) Enter a parse tree produced by thetruncateTablelabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.enterTruncateTable(SqlBaseParser.TruncateTableContext ctx) Enter a parse tree produced by thetruncateTablelabeled alternative inSqlBaseParser.statement().voidSqlBaseBaseListener.exitTruncateTable(SqlBaseParser.TruncateTableContext ctx) Exit a parse tree produced by thetruncateTablelabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.exitTruncateTable(SqlBaseParser.TruncateTableContext ctx) Exit a parse tree produced by thetruncateTablelabeled alternative inSqlBaseParser.statement().SqlBaseBaseVisitor.visitTruncateTable(SqlBaseParser.TruncateTableContext ctx) Visit a parse tree produced by thetruncateTablelabeled alternative inSqlBaseParser.statement().SqlBaseVisitor.visitTruncateTable(SqlBaseParser.TruncateTableContext ctx) Visit a parse tree produced by thetruncateTablelabeled alternative inSqlBaseParser.statement().