public class TableCompareData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| 限定符和类型 | 字段和说明 |
|---|---|
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 |
| 构造器和说明 |
|---|
TableCompareData() |
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatusclone, equals, finalize, 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
Copyright © 2024 Hitachi Vantara. All rights reserved.