Class TableOutputData

    • Field Detail

      • db

        public org.pentaho.di.core.database.Database db
      • 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
      • 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
      • releaseSavepoint

        public boolean releaseSavepoint
      • databaseMeta

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

        public int commitSize
    • Constructor Detail

      • TableOutputData

        public TableOutputData()