Uses of Class
io.debezium.ddl.parser.oracle.generated.PlSqlParser.Segment_attributes_clauseContext
-
Packages that use PlSqlParser.Segment_attributes_clauseContext Package Description io.debezium.ddl.parser.oracle.generated -
-
Uses of PlSqlParser.Segment_attributes_clauseContext in io.debezium.ddl.parser.oracle.generated
Methods in io.debezium.ddl.parser.oracle.generated that return types with arguments of type PlSqlParser.Segment_attributes_clauseContext Modifier and Type Method Description List<PlSqlParser.Segment_attributes_clauseContext>PlSqlParser.Add_overflow_clauseContext. segment_attributes_clause()List<PlSqlParser.Segment_attributes_clauseContext>PlSqlParser.Alter_overflow_clauseContext. segment_attributes_clause()List<PlSqlParser.Segment_attributes_clauseContext>PlSqlParser.Index_partition_descriptionContext. segment_attributes_clause()List<PlSqlParser.Segment_attributes_clauseContext>PlSqlParser.On_comp_partitioned_clauseContext. segment_attributes_clause()List<PlSqlParser.Segment_attributes_clauseContext>PlSqlParser.Partitioned_tableContext. segment_attributes_clause()List<PlSqlParser.Segment_attributes_clauseContext>PlSqlParser.Table_partition_descriptionContext. segment_attributes_clause()Methods in io.debezium.ddl.parser.oracle.generated with parameters of type PlSqlParser.Segment_attributes_clauseContext Modifier and Type Method Description voidPlSqlParserBaseListener. enterSegment_attributes_clause(PlSqlParser.Segment_attributes_clauseContext ctx)Enter a parse tree produced byPlSqlParser.segment_attributes_clause().voidPlSqlParserListener. enterSegment_attributes_clause(PlSqlParser.Segment_attributes_clauseContext ctx)Enter a parse tree produced byPlSqlParser.segment_attributes_clause().voidPlSqlParserBaseListener. exitSegment_attributes_clause(PlSqlParser.Segment_attributes_clauseContext ctx)Exit a parse tree produced byPlSqlParser.segment_attributes_clause().voidPlSqlParserListener. exitSegment_attributes_clause(PlSqlParser.Segment_attributes_clauseContext ctx)Exit a parse tree produced byPlSqlParser.segment_attributes_clause().
-