org.pentaho.di.trans.steps.pgbulkloader
Class PGBulkLoaderData

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

public class PGBulkLoaderData
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[] dateFormatChoices
           
 ValueMetaInterface dateMeta
           
 ValueMetaInterface dateTimeMeta
           
 Database db
           
 StreamLogger errorLogger
           
 int[] keynrs
           
 byte[] newline
           
 StreamLogger outputLogger
           
 org.postgresql.PGConnection pgdb
           
 OutputStream pgOutputStream
           
 Process psqlProcess
           
 byte[] quote
           
 byte[] separator
           
 
Constructor Summary
PGBulkLoaderData()
          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

psqlProcess

public Process psqlProcess

outputLogger

public StreamLogger outputLogger

pgOutputStream

public OutputStream pgOutputStream

quote

public byte[] quote

separator

public byte[] separator

newline

public byte[] newline

pgdb

public org.postgresql.PGConnection pgdb

dateFormatChoices

public int[] dateFormatChoices

dateMeta

public ValueMetaInterface dateMeta

dateTimeMeta

public ValueMetaInterface dateTimeMeta
Constructor Detail

PGBulkLoaderData

public PGBulkLoaderData()
Default constructor.