| Package | Description | 
|---|---|
| oracle.odi.domain.project | 
 This package contains the Oracle Data Integrator Project implementation. 
 | 
| oracle.odi.domain.runtime.common | 
| Modifier and Type | Field and Description | 
|---|---|
static OdiProcedureLine.LogCounter | 
OdiProcedureLine.LogCounter.DELETE
Execution will increment the DELETE counter. 
 | 
static OdiProcedureLine.LogCounter | 
OdiProcedureLine.LogCounter.DELETE_LOCAL
Execution will increment the DELETE counter for the current task only. 
 | 
static OdiProcedureLine.LogCounter | 
OdiProcedureLine.LogCounter.ERROR
Execution will increment the ERROR counter. 
 | 
static OdiProcedureLine.LogCounter | 
OdiProcedureLine.LogCounter.INSERT
Execution will increment the INSERT counter. 
 | 
static OdiProcedureLine.LogCounter | 
OdiProcedureLine.LogCounter.INSERT_LOCAL
Execution will increment the INSERT counter for the current task only. 
 | 
static OdiProcedureLine.LogCounter | 
OdiProcedureLine.LogCounter.NONE
Execution will not increment any counter. 
 | 
static OdiProcedureLine.LogCounter | 
OdiProcedureLine.LogCounter.UPDATE
Execution will increment the UPDATE counter. 
 | 
static OdiProcedureLine.LogCounter | 
OdiProcedureLine.LogCounter.UPDATE_LOCAL
Execution will increment the UPDATE counter for the current task only. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
OdiProcedureLine.LogCounter | 
OdiProcedureLine.getLogCounter()
Obtains the LogCounter defined for this ProcedureLine. 
 | 
static OdiProcedureLine.LogCounter | 
OdiProcedureLine.LogCounter.valueOf(java.lang.String name)  | 
static OdiProcedureLine.LogCounter[] | 
OdiProcedureLine.LogCounter.values()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OdiProcedureLine.setLogCounter(OdiProcedureLine.LogCounter logCounter)
Defines the LogCounter type for this ProcedureLine. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractRuntimeTask.setLogCounter(OdiProcedureLine.LogCounter pLogCounter)  | 
void | 
IStepTask.setLogCounter(OdiProcedureLine.LogCounter pLogCounter)  |