Uses of Class
io.trino.sql.parser.SqlBaseParser.DeallocateContext
Packages that use SqlBaseParser.DeallocateContext
-
Uses of SqlBaseParser.DeallocateContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.DeallocateContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterDeallocate(SqlBaseParser.DeallocateContext ctx) Enter a parse tree produced by thedeallocatelabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.enterDeallocate(SqlBaseParser.DeallocateContext ctx) Enter a parse tree produced by thedeallocatelabeled alternative inSqlBaseParser.statement().voidSqlBaseBaseListener.exitDeallocate(SqlBaseParser.DeallocateContext ctx) Exit a parse tree produced by thedeallocatelabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.exitDeallocate(SqlBaseParser.DeallocateContext ctx) Exit a parse tree produced by thedeallocatelabeled alternative inSqlBaseParser.statement().SqlBaseBaseVisitor.visitDeallocate(SqlBaseParser.DeallocateContext ctx) Visit a parse tree produced by thedeallocatelabeled alternative inSqlBaseParser.statement().SqlBaseVisitor.visitDeallocate(SqlBaseParser.DeallocateContext ctx) Visit a parse tree produced by thedeallocatelabeled alternative inSqlBaseParser.statement().