org.pentaho.di.trans.steps.monetdbbulkloader
Class MonetDBBulkLoaderData

java.lang.Object
  extended by org.pentaho.di.trans.step.BaseStepData
      extended by org.pentaho.di.trans.steps.monetdbbulkloader.MonetDBBulkLoaderData
All Implemented Interfaces:
StepDataInterface

public class MonetDBBulkLoaderData
extends BaseStepData
implements StepDataInterface

Stores data for the GPBulkLoader step.

Since:
20-feb-2005
Author:
Sven Boden

Nested Class Summary
 
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
 
Field Summary
 int bufferIndex
           
 int bufferSize
           
 Database db
           
 StreamLogger errorLogger
           
 int[] keynrs
           
 Process mClientlProcess
           
 ValueMetaInterface monetDateMeta
           
 ValueMetaInterface monetNumberMeta
           
 OutputStream monetOutputStream
           
 byte[] newline
           
 StreamLogger outputLogger
           
 byte[] quote
           
 byte[][] rowBuffer
           
 String schemaTable
           
 byte[] separator
           
 
Constructor Summary
MonetDBBulkLoaderData()
          Default constructor.
 
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
equals, 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 Detail

db

public Database db

keynrs

public int[] keynrs

errorLogger

public StreamLogger errorLogger

mClientlProcess

public Process mClientlProcess

outputLogger

public StreamLogger outputLogger

monetOutputStream

public OutputStream monetOutputStream

quote

public byte[] quote

separator

public byte[] separator

newline

public byte[] newline

monetDateMeta

public ValueMetaInterface monetDateMeta

monetNumberMeta

public ValueMetaInterface monetNumberMeta

bufferSize

public int bufferSize

rowBuffer

public byte[][] rowBuffer

bufferIndex

public int bufferIndex

schemaTable

public String schemaTable
Constructor Detail

MonetDBBulkLoaderData

public MonetDBBulkLoaderData()
Default constructor.