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.KettleExceptionpublic void close()
throws IOException
IOExceptionpublic void writeLine(org.pentaho.di.core.row.RowMetaInterface mi,
Object[] row)
throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleException