public static final class OdiProcedureLine.LogCounter
extends java.lang.Enum
| Modifier and Type | Field and Description | 
|---|---|
static OdiProcedureLine.LogCounter | 
DELETE
Execution will increment the DELETE counter. 
 | 
static OdiProcedureLine.LogCounter | 
DELETE_LOCAL
Execution will increment the DELETE counter for the current task only. 
 | 
static OdiProcedureLine.LogCounter | 
ERROR
Execution will increment the ERROR counter. 
 | 
static OdiProcedureLine.LogCounter | 
INSERT
Execution will increment the INSERT counter. 
 | 
static OdiProcedureLine.LogCounter | 
INSERT_LOCAL
Execution will increment the INSERT counter for the current task only. 
 | 
static OdiProcedureLine.LogCounter | 
NONE
Execution will not increment any counter. 
 | 
static OdiProcedureLine.LogCounter | 
UPDATE
Execution will increment the UPDATE counter. 
 | 
static OdiProcedureLine.LogCounter | 
UPDATE_LOCAL
Execution will increment the UPDATE counter for the current task only. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getPersistedValue()  | 
static OdiProcedureLine.LogCounter | 
valueOf(java.lang.String name)  | 
static OdiProcedureLine.LogCounter[] | 
values()  | 
public static final OdiProcedureLine.LogCounter DELETE
public static final OdiProcedureLine.LogCounter DELETE_LOCAL
public static final OdiProcedureLine.LogCounter ERROR
public static final OdiProcedureLine.LogCounter UPDATE
public static final OdiProcedureLine.LogCounter UPDATE_LOCAL
public static final OdiProcedureLine.LogCounter INSERT
public static final OdiProcedureLine.LogCounter INSERT_LOCAL
public static final OdiProcedureLine.LogCounter NONE
public static OdiProcedureLine.LogCounter[] values()
public static OdiProcedureLine.LogCounter valueOf(java.lang.String name)
public java.lang.String getPersistedValue()