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
 Database db
           
 RowMetaInterface insertRowMeta
           
 int[] keynrs
           
 int[] keynrs2
           
 RowMetaInterface lookupParameterRowMeta
           
 RowMetaInterface lookupReturnRowMeta
           
 RowMetaInterface outputRowMeta
           
 PreparedStatement prepStatementLookup
           
 PreparedStatement prepStatementUpdate
           
 String schemaTable
           
 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 Database db

keynrs

public int[] keynrs

keynrs2

public int[] keynrs2

valuenrs

public int[] valuenrs

outputRowMeta

public RowMetaInterface outputRowMeta

schemaTable

public String schemaTable

prepStatementLookup

public PreparedStatement prepStatementLookup

prepStatementUpdate

public PreparedStatement prepStatementUpdate

updateParameterRowMeta

public RowMetaInterface updateParameterRowMeta

lookupParameterRowMeta

public RowMetaInterface lookupParameterRowMeta

lookupReturnRowMeta

public RowMetaInterface lookupReturnRowMeta

insertRowMeta

public RowMetaInterface insertRowMeta
Constructor Detail

InsertUpdateData

public InsertUpdateData()
Default constructor.