Uses of Class
io.debezium.ddl.parser.oracle.generated.PlSqlParser.Logical_operationContext
-
Packages that use PlSqlParser.Logical_operationContext Package Description io.debezium.ddl.parser.oracle.generated -
-
Uses of PlSqlParser.Logical_operationContext in io.debezium.ddl.parser.oracle.generated
Methods in io.debezium.ddl.parser.oracle.generated that return PlSqlParser.Logical_operationContext Modifier and Type Method Description PlSqlParser.Logical_operationContextPlSqlParser. logical_operation()PlSqlParser.Logical_operationContextPlSqlParser.Unary_logical_expressionContext. logical_operation(int i)Methods in io.debezium.ddl.parser.oracle.generated that return types with arguments of type PlSqlParser.Logical_operationContext Modifier and Type Method Description List<PlSqlParser.Logical_operationContext>PlSqlParser.Unary_logical_expressionContext. logical_operation()Methods in io.debezium.ddl.parser.oracle.generated with parameters of type PlSqlParser.Logical_operationContext Modifier and Type Method Description voidPlSqlParserBaseListener. enterLogical_operation(PlSqlParser.Logical_operationContext ctx)Enter a parse tree produced byPlSqlParser.logical_operation().voidPlSqlParserListener. enterLogical_operation(PlSqlParser.Logical_operationContext ctx)Enter a parse tree produced byPlSqlParser.logical_operation().voidPlSqlParserBaseListener. exitLogical_operation(PlSqlParser.Logical_operationContext ctx)Exit a parse tree produced byPlSqlParser.logical_operation().voidPlSqlParserListener. exitLogical_operation(PlSqlParser.Logical_operationContext ctx)Exit a parse tree produced byPlSqlParser.logical_operation().
-