Uses of Class
io.debezium.ddl.parser.oracle.generated.PlSqlParser.Sql_operationContext
-
Packages that use PlSqlParser.Sql_operationContext Package Description io.debezium.ddl.parser.oracle.generated -
-
Uses of PlSqlParser.Sql_operationContext in io.debezium.ddl.parser.oracle.generated
Methods in io.debezium.ddl.parser.oracle.generated that return PlSqlParser.Sql_operationContext Modifier and Type Method Description PlSqlParser.Sql_operationContextPlSqlParser.Audit_schema_object_clauseContext. sql_operation(int i)PlSqlParser.Sql_operationContextPlSqlParser. sql_operation()Methods in io.debezium.ddl.parser.oracle.generated that return types with arguments of type PlSqlParser.Sql_operationContext Modifier and Type Method Description List<PlSqlParser.Sql_operationContext>PlSqlParser.Audit_schema_object_clauseContext. sql_operation()Methods in io.debezium.ddl.parser.oracle.generated with parameters of type PlSqlParser.Sql_operationContext Modifier and Type Method Description voidPlSqlParserBaseListener. enterSql_operation(PlSqlParser.Sql_operationContext ctx)Enter a parse tree produced byPlSqlParser.sql_operation().voidPlSqlParserListener. enterSql_operation(PlSqlParser.Sql_operationContext ctx)Enter a parse tree produced byPlSqlParser.sql_operation().voidPlSqlParserBaseListener. exitSql_operation(PlSqlParser.Sql_operationContext ctx)Exit a parse tree produced byPlSqlParser.sql_operation().voidPlSqlParserListener. exitSql_operation(PlSqlParser.Sql_operationContext ctx)Exit a parse tree produced byPlSqlParser.sql_operation().
-