Uses of Class
io.debezium.ddl.parser.oracle.generated.PlSqlParser.Global_partitioned_indexContext
-
Packages that use PlSqlParser.Global_partitioned_indexContext Package Description io.debezium.ddl.parser.oracle.generated -
-
Uses of PlSqlParser.Global_partitioned_indexContext in io.debezium.ddl.parser.oracle.generated
Methods in io.debezium.ddl.parser.oracle.generated that return PlSqlParser.Global_partitioned_indexContext Modifier and Type Method Description PlSqlParser.Global_partitioned_indexContextPlSqlParser. global_partitioned_index()PlSqlParser.Global_partitioned_indexContextPlSqlParser.Index_propertiesContext. global_partitioned_index(int i)Methods in io.debezium.ddl.parser.oracle.generated that return types with arguments of type PlSqlParser.Global_partitioned_indexContext Modifier and Type Method Description List<PlSqlParser.Global_partitioned_indexContext>PlSqlParser.Index_propertiesContext. global_partitioned_index()Methods in io.debezium.ddl.parser.oracle.generated with parameters of type PlSqlParser.Global_partitioned_indexContext Modifier and Type Method Description voidPlSqlParserBaseListener. enterGlobal_partitioned_index(PlSqlParser.Global_partitioned_indexContext ctx)Enter a parse tree produced byPlSqlParser.global_partitioned_index().voidPlSqlParserListener. enterGlobal_partitioned_index(PlSqlParser.Global_partitioned_indexContext ctx)Enter a parse tree produced byPlSqlParser.global_partitioned_index().voidPlSqlParserBaseListener. exitGlobal_partitioned_index(PlSqlParser.Global_partitioned_indexContext ctx)Exit a parse tree produced byPlSqlParser.global_partitioned_index().voidPlSqlParserListener. exitGlobal_partitioned_index(PlSqlParser.Global_partitioned_indexContext ctx)Exit a parse tree produced byPlSqlParser.global_partitioned_index().
-