Uses of Class
io.trino.sql.parser.SqlBaseParser.DeallocateContext
-
Packages that use SqlBaseParser.DeallocateContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.DeallocateContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.DeallocateContext Modifier and Type Method Description voidSqlBaseBaseListener. 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().TSqlBaseBaseVisitor. visitDeallocate(SqlBaseParser.DeallocateContext ctx)Visit a parse tree produced by thedeallocatelabeled alternative inSqlBaseParser.statement().TSqlBaseVisitor. visitDeallocate(SqlBaseParser.DeallocateContext ctx)Visit a parse tree produced by thedeallocatelabeled alternative inSqlBaseParser.statement().
-