Class TableCompareData
- java.lang.Object
-
- org.pentaho.di.trans.step.BaseStepData
-
- org.pentaho.di.trans.steps.tablecompare.TableCompareData
-
- All Implemented Interfaces:
StepDataInterface
public class TableCompareData extends BaseStepData implements StepDataInterface
- Since:
- 19-11-2009
- Author:
- Matt
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
-
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description TableCompareData()
-
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
clone, equals, finalize, 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
-
outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
-
convertRowMeta
public org.pentaho.di.core.row.RowMetaInterface convertRowMeta
-
refSchemaIndex
public int refSchemaIndex
-
refTableIndex
public int refTableIndex
-
cmpSchemaIndex
public int cmpSchemaIndex
-
cmpTableIndex
public int cmpTableIndex
-
keyFieldsIndex
public int keyFieldsIndex
-
excludeFieldsIndex
public int excludeFieldsIndex
-
referenceDb
public org.pentaho.di.core.database.Database referenceDb
-
compareDb
public org.pentaho.di.core.database.Database compareDb
-
errorRowMeta
public org.pentaho.di.core.row.RowMetaInterface errorRowMeta
-
keyDescIndex
public int keyDescIndex
-
valueReferenceIndex
public int valueReferenceIndex
-
valueCompareIndex
public int valueCompareIndex
-
-