org.pentaho.di.trans.steps.delete
Class DeleteData

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

public class DeleteData
extends BaseStepData
implements StepDataInterface

Since:
28-March-2006
Author:
Tom

Nested Class Summary
 
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
 
Field Summary
 Database db
           
 RowMetaInterface deleteParameterRowMeta
           
 int[] keynrs
           
 int[] keynrs2
           
 RowMetaInterface outputRowMeta
           
 PreparedStatement prepStatementDelete
           
 String schemaTable
           
 
Constructor Summary
DeleteData()
           
 
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

outputRowMeta

public RowMetaInterface outputRowMeta

schemaTable

public String schemaTable

deleteParameterRowMeta

public RowMetaInterface deleteParameterRowMeta

prepStatementDelete

public PreparedStatement prepStatementDelete
Constructor Detail

DeleteData

public DeleteData()