Uses of Class
org.pentaho.di.trans.steps.gpbulkloader.GPBulkLoaderMeta

Packages that use GPBulkLoaderMeta
org.pentaho.di.trans.steps.gpbulkloader   
 

Uses of GPBulkLoaderMeta in org.pentaho.di.trans.steps.gpbulkloader
 

Methods in org.pentaho.di.trans.steps.gpbulkloader with parameters of type GPBulkLoaderMeta
 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, RowMetaInterface rm, Object[] r)
          Get the contents of the control file as specified in the meta object
 

Constructors in org.pentaho.di.trans.steps.gpbulkloader with parameters of type GPBulkLoaderMeta
GPBulkDataOutput(GPBulkLoaderMeta meta)