| Package | Description |
|---|---|
| oracle.odi.domain.project |
This package contains the Oracle Data Integrator Project implementation.
|
| Modifier and Type | Method and Description |
|---|---|
OdiDesigntimeBreakpoint |
OdiUserProcedure.getBreakpointOn(OdiUserProcedureLine pUserProcedureLine)
Returns breakpoint set on the line specified if any and
null
otherwise. |
OdiDesigntimeBreakpoint |
OdiPackage.getBreakpointOn(Step pStep)
Returns breakpoint set on the step specified if any and
null
otherwise. |
OdiDesigntimeBreakpoint |
OdiUserProcedure.setBreakpointOn(OdiUserProcedureLine pUserProcedureLine)
Sets breakpoint on the line specified.
|
OdiDesigntimeBreakpoint |
OdiPackage.setBreakpointOn(Step pStep)
Sets breakpoint on the step specified.
|