Uses of Class
io.debezium.ddl.parser.oracle.generated.PlSqlParser.General_recoveryContext
-
Packages that use PlSqlParser.General_recoveryContext Package Description io.debezium.ddl.parser.oracle.generated -
-
Uses of PlSqlParser.General_recoveryContext in io.debezium.ddl.parser.oracle.generated
Methods in io.debezium.ddl.parser.oracle.generated that return PlSqlParser.General_recoveryContext Modifier and Type Method Description PlSqlParser.General_recoveryContextPlSqlParser. general_recovery()PlSqlParser.General_recoveryContextPlSqlParser.Recovery_clausesContext. general_recovery()Methods in io.debezium.ddl.parser.oracle.generated with parameters of type PlSqlParser.General_recoveryContext Modifier and Type Method Description voidPlSqlParserBaseListener. enterGeneral_recovery(PlSqlParser.General_recoveryContext ctx)Enter a parse tree produced byPlSqlParser.general_recovery().voidPlSqlParserListener. enterGeneral_recovery(PlSqlParser.General_recoveryContext ctx)Enter a parse tree produced byPlSqlParser.general_recovery().voidPlSqlParserBaseListener. exitGeneral_recovery(PlSqlParser.General_recoveryContext ctx)Exit a parse tree produced byPlSqlParser.general_recovery().voidPlSqlParserListener. exitGeneral_recovery(PlSqlParser.General_recoveryContext ctx)Exit a parse tree produced byPlSqlParser.general_recovery().
-