public class TableCompareData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus
Modifier and Type | Field and Description |
---|---|
int |
cmpSchemaIndex |
int |
cmpTableIndex |
Database |
compareDb |
RowMetaInterface |
convertRowMeta |
RowMetaInterface |
errorRowMeta |
int |
excludeFieldsIndex |
int |
keyDescIndex |
int |
keyFieldsIndex |
RowMetaInterface |
outputRowMeta |
Database |
referenceDb |
int |
refSchemaIndex |
int |
refTableIndex |
int |
valueCompareIndex |
int |
valueReferenceIndex |
Constructor and Description |
---|
TableCompareData() |
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 RowMetaInterface outputRowMeta
public RowMetaInterface convertRowMeta
public int refSchemaIndex
public int refTableIndex
public int cmpSchemaIndex
public int cmpTableIndex
public int keyFieldsIndex
public int excludeFieldsIndex
public Database referenceDb
public Database compareDb
public RowMetaInterface errorRowMeta
public int keyDescIndex
public int valueReferenceIndex
public int valueCompareIndex
Copyright © 2018 Hitachi Vantara. All rights reserved.