Class TableCompareData
java.lang.Object
org.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.tablecompare.TableCompareData
- All Implemented Interfaces:
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
Modifier and TypeFieldDescriptionint
int
org.pentaho.di.core.database.Database
org.pentaho.di.core.row.RowMetaInterface
org.pentaho.di.core.row.RowMetaInterface
int
int
int
org.pentaho.di.core.row.RowMetaInterface
org.pentaho.di.core.database.Database
int
int
int
int
-
Constructor Summary
-
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 Details
-
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
-
-
Constructor Details
-
TableCompareData
public TableCompareData()
-