Uses of Class
io.debezium.ddl.parser.oracle.generated.PlSqlParser.Index_partition_descriptionContext
-
Packages that use PlSqlParser.Index_partition_descriptionContext Package Description io.debezium.ddl.parser.oracle.generated -
-
Uses of PlSqlParser.Index_partition_descriptionContext in io.debezium.ddl.parser.oracle.generated
Methods in io.debezium.ddl.parser.oracle.generated that return PlSqlParser.Index_partition_descriptionContext Modifier and Type Method Description PlSqlParser.Index_partition_descriptionContextPlSqlParser. index_partition_description()PlSqlParser.Index_partition_descriptionContextPlSqlParser.Split_index_partitionContext. index_partition_description(int i)Methods in io.debezium.ddl.parser.oracle.generated that return types with arguments of type PlSqlParser.Index_partition_descriptionContext Modifier and Type Method Description List<PlSqlParser.Index_partition_descriptionContext>PlSqlParser.Split_index_partitionContext. index_partition_description()Methods in io.debezium.ddl.parser.oracle.generated with parameters of type PlSqlParser.Index_partition_descriptionContext Modifier and Type Method Description voidPlSqlParserBaseListener. enterIndex_partition_description(PlSqlParser.Index_partition_descriptionContext ctx)Enter a parse tree produced byPlSqlParser.index_partition_description().voidPlSqlParserListener. enterIndex_partition_description(PlSqlParser.Index_partition_descriptionContext ctx)Enter a parse tree produced byPlSqlParser.index_partition_description().voidPlSqlParserBaseListener. exitIndex_partition_description(PlSqlParser.Index_partition_descriptionContext ctx)Exit a parse tree produced byPlSqlParser.index_partition_description().voidPlSqlParserListener. exitIndex_partition_description(PlSqlParser.Index_partition_descriptionContext ctx)Exit a parse tree produced byPlSqlParser.index_partition_description().
-