Class DatabaseLookupData
java.lang.Object
org.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.databaselookup.DatabaseLookupData
- All Implemented Interfaces:
StepDataInterface
- Since:
- 24-jan-2005
- Author:
- Matt
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceCache forDatabaseLookupstep.Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus -
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanint[]org.pentaho.di.core.database.Databasebooleanbooleanint[]int[]int[]org.pentaho.di.core.row.RowMetaInterfaceObject[]org.pentaho.di.core.row.RowMetaInterfaceorg.pentaho.di.core.row.RowMetaInterface -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.pentaho.di.trans.step.BaseStepData
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatusMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.pentaho.di.trans.step.StepDataInterface
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
-
Field Details
-
cache
-
db
public org.pentaho.di.core.database.Database db -
nullif
-
keynrs
public int[] keynrs -
keynrs2
public int[] keynrs2 -
keytypes
public int[] keytypes -
outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta -
lookupMeta
public org.pentaho.di.core.row.RowMetaInterface lookupMeta -
returnMeta
public org.pentaho.di.core.row.RowMetaInterface returnMeta -
isCanceled
public boolean isCanceled -
allEquals
public boolean allEquals -
conditions
public int[] conditions -
hasDBCondition
public boolean hasDBCondition
-
-
Constructor Details
-
DatabaseLookupData
public DatabaseLookupData()
-