public class OraBulkDataOutput extends Object
Constructor and Description |
---|
OraBulkDataOutput(OraBulkLoaderMeta meta,
String recTerm) |
Modifier and Type | Method and 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) |
public OraBulkDataOutput(OraBulkLoaderMeta meta, String recTerm)
public void open(org.pentaho.di.core.variables.VariableSpace space, Process sqlldrProcess) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleException
public void close() throws IOException
IOException
public void writeLine(org.pentaho.di.core.row.RowMetaInterface mi, Object[] row) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleException