org.pentaho.di.trans.steps.gpbulkloader
Class GPBulkDataOutput

java.lang.Object
  extended by org.pentaho.di.trans.steps.gpbulkloader.GPBulkDataOutput

public class GPBulkDataOutput
extends Object

Does the opening of the output "stream". It's either a file or inter process communication which is transparant to users of this class. Copied from Sven Boden's Oracle version

Since:
28-mar-2008
Author:
Luke Lonergan

Constructor Summary
GPBulkDataOutput(GPBulkLoaderMeta meta)
           
 
Method Summary
 void close()
           
 void open(VariableSpace space, Process sqlldrProcess)
           
 void writeLine(RowMetaInterface mi, Object[] row)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPBulkDataOutput

public GPBulkDataOutput(GPBulkLoaderMeta meta)
Method Detail

open

public void open(VariableSpace space,
                 Process sqlldrProcess)
          throws KettleException
Throws:
KettleException

close

public void close()
           throws IOException
Throws:
IOException

writeLine

public void writeLine(RowMetaInterface mi,
                      Object[] row)
               throws KettleException
Throws:
KettleException