public class CombinationLookupData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus
Modifier and Type | Field and Description |
---|---|
Map<RowMetaAndData,Long> |
cache |
Database |
db |
RowMetaInterface |
hashRowMeta |
RowMetaInterface |
insertRowMeta |
int[] |
keynrs |
RowMetaInterface |
lookupRowMeta |
RowMetaInterface |
outputRowMeta |
PreparedStatement |
prepStatementInsert |
PreparedStatement |
prepStatementLookup |
String |
realSchemaName |
String |
realTableName |
boolean[] |
removeField |
String |
schemaTable |
long |
smallestCacheKey |
Constructor and Description |
---|
CombinationLookupData()
Default Constructor
|
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 Database db
public int[] keynrs
public Map<RowMetaAndData,Long> cache
public RowMetaInterface outputRowMeta
public RowMetaInterface lookupRowMeta
public RowMetaInterface insertRowMeta
public RowMetaInterface hashRowMeta
public String realTableName
public String realSchemaName
public boolean[] removeField
public String schemaTable
public PreparedStatement prepStatementLookup
public PreparedStatement prepStatementInsert
public long smallestCacheKey
Copyright © 2017 Hitachi Vantara. All rights reserved.