Uses of Class
io.debezium.ddl.parser.oracle.generated.PlSqlParser.Allocate_extent_clauseContext
-
Packages that use PlSqlParser.Allocate_extent_clauseContext Package Description io.debezium.ddl.parser.oracle.generated -
-
Uses of PlSqlParser.Allocate_extent_clauseContext in io.debezium.ddl.parser.oracle.generated
Methods in io.debezium.ddl.parser.oracle.generated that return types with arguments of type PlSqlParser.Allocate_extent_clauseContext Modifier and Type Method Description List<PlSqlParser.Allocate_extent_clauseContext>PlSqlParser.Alter_clusterContext. allocate_extent_clause()List<PlSqlParser.Allocate_extent_clauseContext>PlSqlParser.Alter_index_ops_set1Context. allocate_extent_clause()List<PlSqlParser.Allocate_extent_clauseContext>PlSqlParser.Alter_overflow_clauseContext. allocate_extent_clause()List<PlSqlParser.Allocate_extent_clauseContext>PlSqlParser.Alter_table_properties_1Context. allocate_extent_clause()List<PlSqlParser.Allocate_extent_clauseContext>PlSqlParser.Modify_lob_parametersContext. allocate_extent_clause()Methods in io.debezium.ddl.parser.oracle.generated with parameters of type PlSqlParser.Allocate_extent_clauseContext Modifier and Type Method Description voidPlSqlParserBaseListener. enterAllocate_extent_clause(PlSqlParser.Allocate_extent_clauseContext ctx)Enter a parse tree produced byPlSqlParser.allocate_extent_clause().voidPlSqlParserListener. enterAllocate_extent_clause(PlSqlParser.Allocate_extent_clauseContext ctx)Enter a parse tree produced byPlSqlParser.allocate_extent_clause().voidPlSqlParserBaseListener. exitAllocate_extent_clause(PlSqlParser.Allocate_extent_clauseContext ctx)Exit a parse tree produced byPlSqlParser.allocate_extent_clause().voidPlSqlParserListener. exitAllocate_extent_clause(PlSqlParser.Allocate_extent_clauseContext ctx)Exit a parse tree produced byPlSqlParser.allocate_extent_clause().
-