public class InsertUpdateData 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 | 
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 and Description | 
|---|
InsertUpdateData()
Default constructor. 
 | 
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 int[] valuenrs
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
public String schemaTable
public PreparedStatement prepStatementLookup
public PreparedStatement prepStatementUpdate
public org.pentaho.di.core.row.RowMetaInterface updateParameterRowMeta
public org.pentaho.di.core.row.RowMetaInterface lookupParameterRowMeta
public org.pentaho.di.core.row.RowMetaInterface lookupReturnRowMeta
public org.pentaho.di.core.row.RowMetaInterface insertRowMeta