public class SynchronizeAfterMergeData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus
Modifier and Type | Field and Description |
---|---|
List<Object[]> |
batchBuffer |
boolean |
batchMode
Use batch mode or not?
|
Map<String,Integer> |
commitCounterMap |
int |
commitSize |
DatabaseMeta |
databaseMeta |
Database |
db |
RowMetaInterface |
deleteParameterRowMeta |
String |
deleteValue |
int |
indexOfOperationOrderField |
int |
indexOfTableNameField |
RowMetaInterface |
inputRowMeta |
RowMetaInterface |
insertRowMeta |
String |
insertValue |
int[] |
keynrs |
int[] |
keynrs2 |
boolean |
lookupFailure |
RowMetaInterface |
lookupParameterRowMeta |
RowMetaInterface |
lookupReturnRowMeta |
RowMetaInterface |
outputRowMeta |
Map<String,PreparedStatement> |
preparedStatements
Mapping between the SQL and the actual prepared statement.
|
String |
realSchemaName |
String |
realSchemaTable |
String |
realTableName |
boolean |
releaseSavepoint |
Savepoint |
savepoint |
boolean |
specialErrorHandling |
String |
stringErrorKeyNotFound |
String |
stringFieldnames |
boolean |
supportsSavepoints |
RowMetaInterface |
updateParameterRowMeta |
String |
updateValue |
int[] |
valuenrs |
Constructor and Description |
---|
SynchronizeAfterMergeData()
Default constructor.
|
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 int indexOfTableNameField
public int indexOfOperationOrderField
public Map<String,PreparedStatement> preparedStatements
public String realTableName
public String realSchemaName
public String realSchemaTable
public boolean batchMode
public String insertValue
public String updateValue
public String deleteValue
public String stringErrorKeyNotFound
public String stringFieldnames
public boolean lookupFailure
public RowMetaInterface outputRowMeta
public RowMetaInterface inputRowMeta
public RowMetaInterface deleteParameterRowMeta
public RowMetaInterface updateParameterRowMeta
public RowMetaInterface lookupParameterRowMeta
public RowMetaInterface lookupReturnRowMeta
public RowMetaInterface insertRowMeta
public int commitSize
public DatabaseMeta databaseMeta
public boolean specialErrorHandling
public Savepoint savepoint
public boolean releaseSavepoint
public boolean supportsSavepoints
Copyright © 2018 Hitachi Vantara. All rights reserved.