Class TableOutputData

All Implemented Interfaces:
StepDataInterface

public class TableOutputData extends BaseDatabaseStepData implements StepDataInterface
Storage class for table output step.
Since:
24-jan-2005
Author:
Matt
  • Field Details

    • warnings

      public int warnings
    • tableName

      public String tableName
    • valuenrs

      public int[] valuenrs
    • preparedStatements

      public Map<String,PreparedStatement> 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

      public SimpleDateFormat dateFormater
      Cache of the data formatter object
    • batchMode

      public boolean batchMode
      Use batch mode or not?
    • indexOfTableNameField

      public int indexOfTableNameField
    • batchBuffer

      public List<Object[]> 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

      public Savepoint savepoint
    • releaseSavepoint

      public boolean releaseSavepoint
    • databaseMeta

      public org.pentaho.di.core.database.DatabaseMeta databaseMeta
    • commitCounterMap

      public Map<String,Integer> commitCounterMap
    • commitSize

      public int commitSize
  • Constructor Details

    • TableOutputData

      public TableOutputData()