org.pentaho.di.trans.steps.insertupdate
Class InsertUpdateData

java.lang.Object
  extended by org.pentaho.di.trans.step.BaseStepData
      extended by org.pentaho.di.trans.steps.insertupdate.InsertUpdateData
All Implemented Interfaces:
StepDataInterface

public class InsertUpdateData
extends BaseStepData
implements StepDataInterface

Stores data for the Insert/Update step.

Since:
24-jan-2005
Author:
Matt

Nested Class Summary
 
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
 
Field Summary
 org.pentaho.di.core.database.Database db
           
 org.pentaho.di.core.row.RowMetaInterface insertRowMeta
           
 int[] keynrs
           
 int[] keynrs2
           
 org.pentaho.di.core.row.RowMetaInterface lookupParameterRowMeta
           
 org.pentaho.di.core.row.RowMetaInterface lookupReturnRowMeta
           
 org.pentaho.di.core.row.RowMetaInterface outputRowMeta
           
 PreparedStatement prepStatementLookup
           
 PreparedStatement prepStatementUpdate
           
 String schemaTable
           
 org.pentaho.di.core.row.RowMetaInterface updateParameterRowMeta
           
 int[] valuenrs
           
 
Constructor Summary
InsertUpdateData()
          Default constructor.
 
Method Summary
 
Methods inherited from class org.pentaho.di.trans.step.BaseStepData
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.pentaho.di.trans.step.StepDataInterface
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
 

Field Detail

db

public org.pentaho.di.core.database.Database db

keynrs

public int[] keynrs

keynrs2

public int[] keynrs2

valuenrs

public int[] valuenrs

outputRowMeta

public org.pentaho.di.core.row.RowMetaInterface outputRowMeta

schemaTable

public String schemaTable

prepStatementLookup

public PreparedStatement prepStatementLookup

prepStatementUpdate

public PreparedStatement prepStatementUpdate

updateParameterRowMeta

public org.pentaho.di.core.row.RowMetaInterface updateParameterRowMeta

lookupParameterRowMeta

public org.pentaho.di.core.row.RowMetaInterface lookupParameterRowMeta

lookupReturnRowMeta

public org.pentaho.di.core.row.RowMetaInterface lookupReturnRowMeta

insertRowMeta

public org.pentaho.di.core.row.RowMetaInterface insertRowMeta
Constructor Detail

InsertUpdateData

public InsertUpdateData()
Default constructor.