Class GetPreviewTableProgressDialog
java.lang.Object
org.pentaho.di.ui.core.database.dialog.GetPreviewTableProgressDialog
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
ConstructorDescriptionGetPreviewTableProgressDialog
(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.core.database.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
-
Constructor Details
-
Method Details
-
open
-
getRowMeta
public org.pentaho.di.core.row.RowMetaInterface getRowMeta()- Returns:
- the rowMeta
-