Class GetQueryFieldsProgressDialog

java.lang.Object
org.pentaho.di.ui.core.database.dialog.GetQueryFieldsProgressDialog

public class GetQueryFieldsProgressDialog extends Object
Takes care of displaying a dialog that will handle the wait while we're finding out which fields are output by a certain SQL query on a database.
Since:
12-may-2005
Author:
Matt
  • Constructor Summary

    Constructors
    Constructor
    Description
    GetQueryFieldsProgressDialog(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.core.database.DatabaseMeta dbInfo, String sql)
    Creates a new dialog that will handle the wait while we're finding out what tables, views etc we can reach in the database.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.pentaho.di.core.row.RowMetaInterface
     

    Methods inherited from class java.lang.Object

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

    • GetQueryFieldsProgressDialog

      public GetQueryFieldsProgressDialog(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.core.database.DatabaseMeta dbInfo, String sql)
      Creates a new dialog that will handle the wait while we're finding out what tables, views etc we can reach in the database.
  • Method Details

    • open

      public org.pentaho.di.core.row.RowMetaInterface open()