Class PGBulkLoaderDialog

  • All Implemented Interfaces:
    org.pentaho.di.trans.step.StepDialogInterface

    public class PGBulkLoaderDialog
    extends BaseStepDialog
    implements org.pentaho.di.trans.step.StepDialogInterface
    Dialog class for the Greenplum bulk loader step. Created on 28mar2008, copied from Sven Boden's Oracle version
    Author:
    Luke Lonergan
    • Constructor Detail

      • PGBulkLoaderDialog

        public PGBulkLoaderDialog​(org.eclipse.swt.widgets.Shell parent,
                                  Object in,
                                  org.pentaho.di.trans.TransMeta transMeta,
                                  String sname)
    • Method Detail

      • open

        public String open()
        Specified by:
        open in interface org.pentaho.di.trans.step.StepDialogInterface
      • getData

        public void getData()
        Copy information from the meta-data input to the dialog fields.
      • setComboBoxes

        protected void setComboBoxes()