Class TableOutputData
java.lang.Object
org.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.step.BaseDatabaseStepData
org.pentaho.di.trans.steps.tableoutput.TableOutputData
- All Implemented Interfaces:
StepDataInterface
Storage class for table output step.
- Since:
- 24-jan-2005
- Author:
- Matt
-
Nested Class Summary
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
Use batch mode or not?int
org.pentaho.di.core.database.DatabaseMeta
Cache of the data formatter objectint
int
org.pentaho.di.core.row.RowMetaInterface
org.pentaho.di.core.row.RowMetaInterface
Mapping between the SQL and the actual prepared statement.boolean
boolean
boolean
int[]
int
Fields inherited from class org.pentaho.di.trans.step.BaseDatabaseStepData
db
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.pentaho.di.trans.step.BaseStepData
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.pentaho.di.trans.step.StepDataInterface
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
-
Field Details
-
warnings
public int warnings -
tableName
-
valuenrs
public int[] valuenrs -
preparedStatements
Mapping between the SQL and the actual prepared statement. Normally this is only one, but in case we have more then one, it's convenient to have this. -
indexOfPartitioningField
public int indexOfPartitioningField -
dateFormater
Cache of the data formatter object -
batchMode
public boolean batchModeUse batch mode or not? -
indexOfTableNameField
public int indexOfTableNameField -
batchBuffer
-
sendToErrorRow
public boolean sendToErrorRow -
outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta -
insertRowMeta
public org.pentaho.di.core.row.RowMetaInterface insertRowMeta -
useSafePoints
public boolean useSafePoints -
savepoint
-
releaseSavepoint
public boolean releaseSavepoint -
databaseMeta
public org.pentaho.di.core.database.DatabaseMeta databaseMeta -
commitCounterMap
-
commitSize
public int commitSize
-
-
Constructor Details
-
TableOutputData
public TableOutputData()
-