Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.5.0)

E17060-02


oracle.odi.domain.runtime.lpi
Interface OdiLoadPlanInstanceSessionLog

All Superinterfaces:
OdiLoadPlanInstanceBaseLog
All Known Implementing Classes:
OdiLoadPlanInstanceExceptionLog, OdiLoadPlanInstanceStepLog

public interface OdiLoadPlanInstanceSessionLog
extends OdiLoadPlanInstanceBaseLog
Since:
11.1.1.5.0

Method Summary
 java.lang.Number getDeleteCount()
           
 java.lang.Number getErrorCount()
           
 java.lang.Number getInsertCount()
           
 java.lang.Number getRecordCount()
           
 java.lang.Number getSessionId()
           
 java.lang.Number getUpdateCount()
           

 

Methods inherited from interface oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceBaseLog
getDuration, getEndTime, getErrorMessage, getReturnCode, getStartTime, getStatus

 

Method Detail

getSessionId

java.lang.Number getSessionId()
Returns:
the Id of the session, or null if not defined yet

getRecordCount

java.lang.Number getRecordCount()
Returns:
overall number of records processed, or null if not applicable

getInsertCount

java.lang.Number getInsertCount()
Returns:
the number of inserts processed, or null if not applicable

getUpdateCount

java.lang.Number getUpdateCount()
Returns:
the number of updates processed, or null if not applicable

getDeleteCount

java.lang.Number getDeleteCount()
Returns:
the number of deletes processed, or null if not applicable

getErrorCount

java.lang.Number getErrorCount()
Returns:
the number of errors, or null if not applicable

Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.5.0)

E17060-02


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.