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

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

public class GetTableSizeProgressDialog
extends Object

Takes care of displaying a dialog that will handle the wait while we're getting the number of rows for a certain table in a database.

Since:
12-may-2005
Author:
Matt

Constructor Summary
GetTableSizeProgressDialog(Shell shell, DatabaseMeta dbInfo, String tableName)
          Creates a new dialog that will handle the wait while we're doing the hard work.
GetTableSizeProgressDialog(Shell shell, DatabaseMeta dbInfo, String tableName, String schemaName)
           
 
Method Summary
 Long open()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetTableSizeProgressDialog

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


GetTableSizeProgressDialog

public GetTableSizeProgressDialog(Shell shell,
                                  DatabaseMeta dbInfo,
                                  String tableName,
                                  String schemaName)
Method Detail

open

public Long open()