Package | Description |
---|---|
org.pentaho.di.trans.steps.databaselookup | |
org.pentaho.di.trans.steps.databaselookup.readallcache |
Modifier and Type | Method and Description |
---|---|
void |
DatabaseLookupData.Cache.storeRowInCache(DatabaseLookupMeta meta,
org.pentaho.di.core.row.RowMetaInterface lookupMeta,
Object[] lookupRow,
Object[] add)
Saved
add as data row and lookupRow as a key for searching it. |
void |
DefaultCache.storeRowInCache(DatabaseLookupMeta meta,
org.pentaho.di.core.row.RowMetaInterface lookupMeta,
Object[] lookupRow,
Object[] add) |
Modifier and Type | Method and Description |
---|---|
void |
ReadAllCache.storeRowInCache(DatabaseLookupMeta meta,
org.pentaho.di.core.row.RowMetaInterface lookupMeta,
Object[] lookupRow,
Object[] add) |