Class OraBulkDataOutput
- java.lang.Object
-
- org.pentaho.di.trans.steps.orabulkloader.OraBulkDataOutput
-
public class OraBulkDataOutput 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.- Since:
- 20-feb-2007
- Author:
- Sven Boden
-
-
Constructor Summary
Constructors Constructor Description OraBulkDataOutput(OraBulkLoaderMeta meta, String recTerm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
open(org.pentaho.di.core.variables.VariableSpace space, Process sqlldrProcess)
void
writeLine(org.pentaho.di.core.row.RowMetaInterface mi, Object[] row)
-
-
-
Constructor Detail
-
OraBulkDataOutput
public OraBulkDataOutput(OraBulkLoaderMeta meta, String recTerm)
-
-
Method Detail
-
open
public void open(org.pentaho.di.core.variables.VariableSpace space, Process sqlldrProcess) throws org.pentaho.di.core.exception.KettleException
- Throws:
org.pentaho.di.core.exception.KettleException
-
close
public void close() throws IOException
- Throws:
IOException
-
writeLine
public void writeLine(org.pentaho.di.core.row.RowMetaInterface mi, Object[] row) throws org.pentaho.di.core.exception.KettleException
- Throws:
org.pentaho.di.core.exception.KettleException
-
-