public class UpdateData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus
Modifier and Type | Field and Description |
---|---|
Database |
db |
int[] |
keynrs |
int[] |
keynrs2 |
RowMetaInterface |
lookupParameterRowMeta |
RowMetaInterface |
lookupReturnRowMeta |
RowMetaInterface |
outputRowMeta |
PreparedStatement |
prepStatementLookup |
PreparedStatement |
prepStatementUpdate |
String |
schemaTable |
String |
stringErrorKeyNotFound |
String |
stringFieldnames |
RowMetaInterface |
updateParameterRowMeta |
int[] |
valuenrs |
Constructor and Description |
---|
UpdateData() |
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
public Database db
public int[] keynrs
public int[] keynrs2
public int[] valuenrs
public String stringErrorKeyNotFound
public String stringFieldnames
public RowMetaInterface outputRowMeta
public String schemaTable
public PreparedStatement prepStatementLookup
public PreparedStatement prepStatementUpdate
public RowMetaInterface lookupParameterRowMeta
public RowMetaInterface lookupReturnRowMeta
public RowMetaInterface updateParameterRowMeta
Copyright © 2018 Hitachi Vantara. All rights reserved.