public class TableCompareData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| Modifier and Type | Field and Description | 
|---|---|
int | 
cmpSchemaIndex  | 
int | 
cmpTableIndex  | 
org.pentaho.di.core.database.Database | 
compareDb  | 
org.pentaho.di.core.row.RowMetaInterface | 
convertRowMeta  | 
org.pentaho.di.core.row.RowMetaInterface | 
errorRowMeta  | 
int | 
excludeFieldsIndex  | 
int | 
keyDescIndex  | 
int | 
keyFieldsIndex  | 
org.pentaho.di.core.row.RowMetaInterface | 
outputRowMeta  | 
org.pentaho.di.core.database.Database | 
referenceDb  | 
int | 
refSchemaIndex  | 
int | 
refTableIndex  | 
int | 
valueCompareIndex  | 
int | 
valueReferenceIndex  | 
| Constructor and Description | 
|---|
TableCompareData()  | 
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatusequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatuspublic org.pentaho.di.core.row.RowMetaInterface outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface convertRowMeta
public int refSchemaIndex
public int refTableIndex
public int cmpSchemaIndex
public int cmpTableIndex
public int keyFieldsIndex
public int excludeFieldsIndex
public org.pentaho.di.core.database.Database referenceDb
public org.pentaho.di.core.database.Database compareDb
public org.pentaho.di.core.row.RowMetaInterface errorRowMeta
public int keyDescIndex
public int valueReferenceIndex
public int valueCompareIndex