Class GetTableSizeProgressDialog
- java.lang.Object
-
- org.apache.hop.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.
-
-
Constructor Summary
Constructors Constructor Description GetTableSizeProgressDialog(org.eclipse.swt.widgets.Shell shell, IVariables variables, DatabaseMeta databaseMeta, String tableName)Creates a new dialog that will handle the wait while we're doing the hard work.GetTableSizeProgressDialog(org.eclipse.swt.widgets.Shell shell, IVariables variables, DatabaseMeta databaseMeta, String tableName, String schemaName)
-
-
-
Constructor Detail
-
GetTableSizeProgressDialog
public GetTableSizeProgressDialog(org.eclipse.swt.widgets.Shell shell, IVariables variables, DatabaseMeta databaseMeta, String tableName)Creates a new dialog that will handle the wait while we're doing the hard work.
-
GetTableSizeProgressDialog
public GetTableSizeProgressDialog(org.eclipse.swt.widgets.Shell shell, IVariables variables, DatabaseMeta databaseMeta, String tableName, String schemaName)
-
-
Method Detail
-
open
public Long open()
-
-