org.pentaho.di.trans.steps.update
Class UpdateData

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

public class UpdateData
extends BaseStepData
implements StepDataInterface

Since:
28-feb-2005
Author:
Matt

Nested Class Summary
 
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
 
Field Summary
 Database db
           
 int[] keynrs
           
 int[] keynrs2
           
 RowMetaInterface lookupParameterRowMeta
           
 RowMetaInterface lookupReturnRowMeta
           
 RowMetaInterface outputRowMeta
           
 PreparedStatement prepStatementLookup
           
 PreparedStatement prepStatementUpdate
           
 String schemaTable
           
 String stringErrorKeyNotFound
           
 String stringFieldnames
           
 RowMetaInterface updateParameterRowMeta
           
 int[] valuenrs
           
 
Constructor Summary
UpdateData()
           
 
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

stringErrorKeyNotFound

public String stringErrorKeyNotFound

stringFieldnames

public String stringFieldnames

outputRowMeta

public RowMetaInterface outputRowMeta

schemaTable

public String schemaTable

prepStatementLookup

public PreparedStatement prepStatementLookup

prepStatementUpdate

public PreparedStatement prepStatementUpdate

lookupParameterRowMeta

public RowMetaInterface lookupParameterRowMeta

lookupReturnRowMeta

public RowMetaInterface lookupReturnRowMeta

updateParameterRowMeta

public RowMetaInterface updateParameterRowMeta
Constructor Detail

UpdateData

public UpdateData()