public class CombinationLookupData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| Modifier and Type | Field and Description |
|---|---|
Map<org.pentaho.di.core.RowMetaAndData,Long> |
cache |
org.pentaho.di.core.database.Database |
db |
org.pentaho.di.core.row.RowMetaInterface |
hashRowMeta |
org.pentaho.di.core.row.RowMetaInterface |
insertRowMeta |
int[] |
keynrs |
org.pentaho.di.core.row.RowMetaInterface |
lookupRowMeta |
org.pentaho.di.core.row.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, setStatusequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatuspublic org.pentaho.di.core.database.Database db
public int[] keynrs
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface lookupRowMeta
public org.pentaho.di.core.row.RowMetaInterface insertRowMeta
public org.pentaho.di.core.row.RowMetaInterface hashRowMeta
public String realTableName
public String realSchemaName
public boolean[] removeField
public String schemaTable
public PreparedStatement prepStatementLookup
public PreparedStatement prepStatementInsert
public long smallestCacheKey