| Package | Description | 
|---|---|
| org.pentaho.di.trans.steps.gpbulkloader | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
GPBulkLoader.createCommandLine(GPBulkLoaderMeta meta,
                 boolean password)
Create the command line for a psql process depending on the meta information supplied. 
 | 
void | 
GPBulkLoader.createControlFile(String filename,
                 Object[] row,
                 GPBulkLoaderMeta meta)
Create a control file. 
 | 
boolean | 
GPBulkLoader.execute(GPBulkLoaderMeta meta,
       boolean wait)  | 
String | 
GPBulkLoader.getControlFileContents(GPBulkLoaderMeta meta,
                      org.pentaho.di.core.row.RowMetaInterface rm,
                      Object[] r)
Get the contents of the control file as specified in the meta object 
 | 
| Constructor and Description | 
|---|
GPBulkDataOutput(GPBulkLoaderMeta meta)  |