Class UpdateData
- java.lang.Object
-
- org.pentaho.di.trans.step.BaseStepData
-
- org.pentaho.di.trans.step.BaseDatabaseStepData
-
- org.pentaho.di.trans.steps.update.UpdateData
-
- All Implemented Interfaces:
StepDataInterface
public class UpdateData extends BaseDatabaseStepData 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
Fields Modifier and Type Field Description 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
String
stringErrorKeyNotFound
String
stringFieldnames
org.pentaho.di.core.row.RowMetaInterface
updateParameterRowMeta
int[]
valuenrs
-
Fields inherited from class org.pentaho.di.trans.step.BaseDatabaseStepData
db
-
-
Constructor Summary
Constructors Constructor Description 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
clone, equals, finalize, 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
-
keynrs
public int[] keynrs
-
keynrs2
public int[] keynrs2
-
valuenrs
public int[] valuenrs
-
stringErrorKeyNotFound
public String stringErrorKeyNotFound
-
stringFieldnames
public String stringFieldnames
-
outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
-
schemaTable
public String schemaTable
-
prepStatementLookup
public PreparedStatement prepStatementLookup
-
prepStatementUpdate
public PreparedStatement prepStatementUpdate
-
lookupParameterRowMeta
public org.pentaho.di.core.row.RowMetaInterface lookupParameterRowMeta
-
lookupReturnRowMeta
public org.pentaho.di.core.row.RowMetaInterface lookupReturnRowMeta
-
updateParameterRowMeta
public org.pentaho.di.core.row.RowMetaInterface updateParameterRowMeta
-
-