Class GetSQLProgressDialog

java.lang.Object
org.pentaho.di.ui.spoon.dialog.GetSQLProgressDialog

public class GetSQLProgressDialog extends Object
Takes care of displaying a dialog that will handle the wait while getting the SQL for a transformation...
Since:
15-mrt-2005
Author:
Matt
  • Constructor Summary

    Constructors
    Constructor
    Description
    GetSQLProgressDialog(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.trans.TransMeta transMeta)
    Creates a new dialog that will handle the wait while getting the SQL for a transformation...
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.pentaho.di.core.SQLStatement>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GetSQLProgressDialog

      public GetSQLProgressDialog(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.trans.TransMeta transMeta)
      Creates a new dialog that will handle the wait while getting the SQL for a transformation...
  • Method Details

    • open

      public List<org.pentaho.di.core.SQLStatement> open()