public class TableInputData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| Modifier and Type | Field and Description |
|---|---|
org.pentaho.di.core.database.Database |
db |
StreamInterface |
infoStream |
boolean |
isCanceled |
String |
lookupStep |
Object[] |
nextrow |
org.pentaho.di.core.row.RowMetaInterface |
rowMeta |
org.pentaho.di.core.RowSet |
rowSet |
ResultSet |
rs |
Object[] |
thisrow |
| Constructor and Description |
|---|
TableInputData() |
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatusequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatuspublic Object[] nextrow
public Object[] thisrow
public org.pentaho.di.core.database.Database db
public ResultSet rs
public String lookupStep
public org.pentaho.di.core.row.RowMetaInterface rowMeta
public org.pentaho.di.core.RowSet rowSet
public boolean isCanceled
public StreamInterface infoStream