public class SQLFileOutputData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| Modifier and Type | Field and Description |
|---|---|
SimpleDateFormat |
dateFormater
Cache of the data formatter object
|
org.pentaho.di.core.database.Database |
db |
OutputStream |
fos |
org.pentaho.di.core.row.RowMetaInterface |
insertRowMeta |
org.pentaho.di.core.row.RowMetaInterface |
outputRowMeta |
boolean |
sendToErrorRow |
int |
splitnr |
String |
tableName |
OutputStreamWriter |
writer |
| Constructor and Description |
|---|
SQLFileOutputData() |
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatusequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatuspublic int splitnr
public org.pentaho.di.core.database.Database db
public String tableName
public OutputStreamWriter writer
public OutputStream fos
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
public SimpleDateFormat dateFormater
public boolean sendToErrorRow
public org.pentaho.di.core.row.RowMetaInterface insertRowMeta