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 |
org.pentaho.di.core.database.DatabaseMeta |
databaseMeta |
org.pentaho.di.core.database.Database |
db |
org.pentaho.di.core.row.RowMetaInterface |
deleteParameterRowMeta |
String |
deleteValue |
int |
indexOfOperationOrderField |
int |
indexOfTableNameField |
org.pentaho.di.core.row.RowMetaInterface |
inputRowMeta |
org.pentaho.di.core.row.RowMetaInterface |
insertRowMeta |
String |
insertValue |
int[] |
keynrs |
int[] |
keynrs2 |
boolean |
lookupFailure |
org.pentaho.di.core.row.RowMetaInterface |
lookupParameterRowMeta |
org.pentaho.di.core.row.RowMetaInterface |
lookupReturnRowMeta |
org.pentaho.di.core.row.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 |
org.pentaho.di.core.row.RowMetaInterface |
updateParameterRowMeta |
String |
updateValue |
int[] |
valuenrs |
Constructor and Description |
---|
SynchronizeAfterMergeData()
Default constructor.
|
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
public org.pentaho.di.core.database.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 org.pentaho.di.core.row.RowMetaInterface outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface inputRowMeta
public org.pentaho.di.core.row.RowMetaInterface deleteParameterRowMeta
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
public int commitSize
public org.pentaho.di.core.database.DatabaseMeta databaseMeta
public boolean specialErrorHandling
public Savepoint savepoint
public boolean releaseSavepoint