|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.update.UpdateData
public class UpdateData
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData |
---|
BaseStepData.StepExecutionStatus |
Field Summary | |
---|---|
org.pentaho.di.core.database.Database |
db
|
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
|
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 |
---|
public org.pentaho.di.core.database.Database db
public int[] keynrs
public int[] keynrs2
public int[] valuenrs
public String stringErrorKeyNotFound
public String stringFieldnames
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
public String schemaTable
public PreparedStatement prepStatementLookup
public PreparedStatement prepStatementUpdate
public org.pentaho.di.core.row.RowMetaInterface lookupParameterRowMeta
public org.pentaho.di.core.row.RowMetaInterface lookupReturnRowMeta
public org.pentaho.di.core.row.RowMetaInterface updateParameterRowMeta
Constructor Detail |
---|
public UpdateData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |