Uses of Class
io.debezium.ddl.parser.oracle.generated.PlSqlParser.Cache_or_nocacheContext
-
Packages that use PlSqlParser.Cache_or_nocacheContext Package Description io.debezium.ddl.parser.oracle.generated -
-
Uses of PlSqlParser.Cache_or_nocacheContext in io.debezium.ddl.parser.oracle.generated
Methods in io.debezium.ddl.parser.oracle.generated that return PlSqlParser.Cache_or_nocacheContext Modifier and Type Method Description PlSqlParser.Cache_or_nocacheContextPlSqlParser.Alter_clusterContext. cache_or_nocache(int i)PlSqlParser.Cache_or_nocacheContextPlSqlParser.Alter_materialized_view_logContext. cache_or_nocache()PlSqlParser.Cache_or_nocacheContextPlSqlParser.Alter_materialized_viewContext. cache_or_nocache()PlSqlParser.Cache_or_nocacheContextPlSqlParser. cache_or_nocache()Methods in io.debezium.ddl.parser.oracle.generated that return types with arguments of type PlSqlParser.Cache_or_nocacheContext Modifier and Type Method Description List<PlSqlParser.Cache_or_nocacheContext>PlSqlParser.Alter_clusterContext. cache_or_nocache()Methods in io.debezium.ddl.parser.oracle.generated with parameters of type PlSqlParser.Cache_or_nocacheContext Modifier and Type Method Description voidPlSqlParserBaseListener. enterCache_or_nocache(PlSqlParser.Cache_or_nocacheContext ctx)Enter a parse tree produced byPlSqlParser.cache_or_nocache().voidPlSqlParserListener. enterCache_or_nocache(PlSqlParser.Cache_or_nocacheContext ctx)Enter a parse tree produced byPlSqlParser.cache_or_nocache().voidPlSqlParserBaseListener. exitCache_or_nocache(PlSqlParser.Cache_or_nocacheContext ctx)Exit a parse tree produced byPlSqlParser.cache_or_nocache().voidPlSqlParserListener. exitCache_or_nocache(PlSqlParser.Cache_or_nocacheContext ctx)Exit a parse tree produced byPlSqlParser.cache_or_nocache().
-