org.pentaho.di.ui.core.database.dialog
Class GetPreviewTableProgressDialog

java.lang.Object
  extended by org.pentaho.di.ui.core.database.dialog.GetPreviewTableProgressDialog

public class GetPreviewTableProgressDialog
extends Object

Takes care of displaying a dialog that will handle the wait while we're getting rows for a certain SQL query on a database.

Since:
12-may-2005
Author:
Matt

Constructor Summary
GetPreviewTableProgressDialog(Shell shell, DatabaseMeta dbInfo, String schemaName, String tableName, int limit)
          Creates a new dialog that will handle the wait while we're doing the hard work.
 
Method Summary
 RowMetaInterface getRowMeta()
           
 List<Object[]> open()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetPreviewTableProgressDialog

public GetPreviewTableProgressDialog(Shell shell,
                                     DatabaseMeta dbInfo,
                                     String schemaName,
                                     String tableName,
                                     int limit)
Creates a new dialog that will handle the wait while we're doing the hard work.

Method Detail

open

public List<Object[]> open()

getRowMeta

public RowMetaInterface getRowMeta()
Returns:
the rowMeta