public class DeleteData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| Modifier and Type | Field and Description | 
|---|---|
org.pentaho.di.core.database.Database | 
db  | 
org.pentaho.di.core.row.RowMetaInterface | 
deleteParameterRowMeta  | 
int[] | 
keynrs  | 
int[] | 
keynrs2  | 
org.pentaho.di.core.row.RowMetaInterface | 
outputRowMeta  | 
PreparedStatement | 
prepStatementDelete  | 
String | 
schemaTable  | 
| Constructor and Description | 
|---|
DeleteData()  | 
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatusequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatuspublic org.pentaho.di.core.database.Database db
public int[] keynrs
public int[] keynrs2
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
public String schemaTable
public org.pentaho.di.core.row.RowMetaInterface deleteParameterRowMeta
public PreparedStatement prepStatementDelete