Uses of Class
io.debezium.ddl.parser.oracle.generated.PlSqlParser.Partitioning_storage_clauseContext
-
Packages that use PlSqlParser.Partitioning_storage_clauseContext Package Description io.debezium.ddl.parser.oracle.generated -
-
Uses of PlSqlParser.Partitioning_storage_clauseContext in io.debezium.ddl.parser.oracle.generated
Methods in io.debezium.ddl.parser.oracle.generated that return PlSqlParser.Partitioning_storage_clauseContext Modifier and Type Method Description PlSqlParser.Partitioning_storage_clauseContextPlSqlParser.Individual_hash_partitionsContext. partitioning_storage_clause(int i)PlSqlParser.Partitioning_storage_clauseContextPlSqlParser.Individual_hash_subpartsContext. partitioning_storage_clause()PlSqlParser.Partitioning_storage_clauseContextPlSqlParser.List_subpartition_descContext. partitioning_storage_clause()PlSqlParser.Partitioning_storage_clauseContextPlSqlParser. partitioning_storage_clause()PlSqlParser.Partitioning_storage_clauseContextPlSqlParser.Range_subpartition_descContext. partitioning_storage_clause()Methods in io.debezium.ddl.parser.oracle.generated that return types with arguments of type PlSqlParser.Partitioning_storage_clauseContext Modifier and Type Method Description List<PlSqlParser.Partitioning_storage_clauseContext>PlSqlParser.Individual_hash_partitionsContext. partitioning_storage_clause()Methods in io.debezium.ddl.parser.oracle.generated with parameters of type PlSqlParser.Partitioning_storage_clauseContext Modifier and Type Method Description voidPlSqlParserBaseListener. enterPartitioning_storage_clause(PlSqlParser.Partitioning_storage_clauseContext ctx)Enter a parse tree produced byPlSqlParser.partitioning_storage_clause().voidPlSqlParserListener. enterPartitioning_storage_clause(PlSqlParser.Partitioning_storage_clauseContext ctx)Enter a parse tree produced byPlSqlParser.partitioning_storage_clause().voidPlSqlParserBaseListener. exitPartitioning_storage_clause(PlSqlParser.Partitioning_storage_clauseContext ctx)Exit a parse tree produced byPlSqlParser.partitioning_storage_clause().voidPlSqlParserListener. exitPartitioning_storage_clause(PlSqlParser.Partitioning_storage_clauseContext ctx)Exit a parse tree produced byPlSqlParser.partitioning_storage_clause().
-