Uses of Class
io.debezium.ddl.parser.oracle.generated.PlSqlParser.Allow_or_disallowContext
-
Packages that use PlSqlParser.Allow_or_disallowContext Package Description io.debezium.ddl.parser.oracle.generated -
-
Uses of PlSqlParser.Allow_or_disallowContext in io.debezium.ddl.parser.oracle.generated
Methods in io.debezium.ddl.parser.oracle.generated that return PlSqlParser.Allow_or_disallowContext Modifier and Type Method Description PlSqlParser.Allow_or_disallowContextPlSqlParser. allow_or_disallow()PlSqlParser.Allow_or_disallowContextPlSqlParser.Coalesce_table_partitionContext. allow_or_disallow()PlSqlParser.Allow_or_disallowContextPlSqlParser.Xmlschema_specContext. allow_or_disallow(int i)Methods in io.debezium.ddl.parser.oracle.generated that return types with arguments of type PlSqlParser.Allow_or_disallowContext Modifier and Type Method Description List<PlSqlParser.Allow_or_disallowContext>PlSqlParser.Xmlschema_specContext. allow_or_disallow()Methods in io.debezium.ddl.parser.oracle.generated with parameters of type PlSqlParser.Allow_or_disallowContext Modifier and Type Method Description voidPlSqlParserBaseListener. enterAllow_or_disallow(PlSqlParser.Allow_or_disallowContext ctx)Enter a parse tree produced byPlSqlParser.allow_or_disallow().voidPlSqlParserListener. enterAllow_or_disallow(PlSqlParser.Allow_or_disallowContext ctx)Enter a parse tree produced byPlSqlParser.allow_or_disallow().voidPlSqlParserBaseListener. exitAllow_or_disallow(PlSqlParser.Allow_or_disallowContext ctx)Exit a parse tree produced byPlSqlParser.allow_or_disallow().voidPlSqlParserListener. exitAllow_or_disallow(PlSqlParser.Allow_or_disallowContext ctx)Exit a parse tree produced byPlSqlParser.allow_or_disallow().
-