Uses of Class
io.debezium.ddl.parser.oracle.generated.PlSqlParser.Index_partitioning_clauseContext
-
Packages that use PlSqlParser.Index_partitioning_clauseContext Package Description io.debezium.ddl.parser.oracle.generated -
-
Uses of PlSqlParser.Index_partitioning_clauseContext in io.debezium.ddl.parser.oracle.generated
Methods in io.debezium.ddl.parser.oracle.generated that return PlSqlParser.Index_partitioning_clauseContext Modifier and Type Method Description PlSqlParser.Index_partitioning_clauseContextPlSqlParser.Global_partitioned_indexContext. index_partitioning_clause()PlSqlParser.Index_partitioning_clauseContextPlSqlParser. index_partitioning_clause()Methods in io.debezium.ddl.parser.oracle.generated with parameters of type PlSqlParser.Index_partitioning_clauseContext Modifier and Type Method Description voidPlSqlParserBaseListener. enterIndex_partitioning_clause(PlSqlParser.Index_partitioning_clauseContext ctx)Enter a parse tree produced byPlSqlParser.index_partitioning_clause().voidPlSqlParserListener. enterIndex_partitioning_clause(PlSqlParser.Index_partitioning_clauseContext ctx)Enter a parse tree produced byPlSqlParser.index_partitioning_clause().voidPlSqlParserBaseListener. exitIndex_partitioning_clause(PlSqlParser.Index_partitioning_clauseContext ctx)Exit a parse tree produced byPlSqlParser.index_partitioning_clause().voidPlSqlParserListener. exitIndex_partitioning_clause(PlSqlParser.Index_partitioning_clauseContext ctx)Exit a parse tree produced byPlSqlParser.index_partitioning_clause().
-