org.pentaho.di.trans.steps.combinationlookup
Class CombinationLookupData

java.lang.Object
  extended by org.pentaho.di.trans.step.BaseStepData
      extended by org.pentaho.di.trans.steps.combinationlookup.CombinationLookupData
All Implemented Interfaces:
StepDataInterface

public class CombinationLookupData
extends BaseStepData
implements StepDataInterface

Since:
24-jan-2005
Author:
Matt

Nested Class Summary
 
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
 
Field Summary
 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 Summary
CombinationLookupData()
          Default Constructor
 
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
equals, 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 Detail

db

public Database db

keynrs

public int[] keynrs

cache

public Map<RowMetaAndData,Long> cache

outputRowMeta

public RowMetaInterface outputRowMeta

lookupRowMeta

public RowMetaInterface lookupRowMeta

insertRowMeta

public RowMetaInterface insertRowMeta

hashRowMeta

public RowMetaInterface hashRowMeta

realTableName

public String realTableName

realSchemaName

public String realSchemaName

removeField

public boolean[] removeField

schemaTable

public String schemaTable

prepStatementLookup

public PreparedStatement prepStatementLookup

prepStatementInsert

public PreparedStatement prepStatementInsert

smallestCacheKey

public long smallestCacheKey
Constructor Detail

CombinationLookupData

public CombinationLookupData()
Default Constructor