org.pentaho.di.trans.steps.combinationlookup
Class CombinationLookupData
java.lang.Object
org.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.combinationlookup.CombinationLookupData
- All Implemented Interfaces:
- StepDataInterface
public class CombinationLookupData
- extends BaseStepData
- implements StepDataInterface
- Since:
- 24-jan-2005
- Author:
- Matt
db
public org.pentaho.di.core.database.Database db
keynrs
public int[] keynrs
cache
public Map<org.pentaho.di.core.RowMetaAndData,Long> cache
outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
lookupRowMeta
public org.pentaho.di.core.row.RowMetaInterface lookupRowMeta
insertRowMeta
public org.pentaho.di.core.row.RowMetaInterface insertRowMeta
hashRowMeta
public org.pentaho.di.core.row.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
CombinationLookupData
public CombinationLookupData()
- Default Constructor