public class ExecSQLData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| Modifier and Type | Field and Description |
|---|---|
int[] |
argumentIndexes |
org.pentaho.di.core.database.Database |
db |
boolean |
isCanceled |
List<Integer> |
markerPositions |
org.pentaho.di.core.row.RowMetaInterface |
outputRowMeta |
org.pentaho.di.core.row.RowMetaInterface |
paramsMeta |
org.pentaho.di.core.Result |
result |
String |
sql |
| Constructor and Description |
|---|
ExecSQLData() |
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatusequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatuspublic org.pentaho.di.core.database.Database db
public org.pentaho.di.core.Result result
public int[] argumentIndexes
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
public String sql
public boolean isCanceled
public org.pentaho.di.core.row.RowMetaInterface paramsMeta