Class 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 Detail

      • GetTableSizeProgressDialog

        public GetTableSizeProgressDialog​(org.eclipse.swt.widgets.Shell shell,
                                          org.pentaho.di.core.database.DatabaseMeta dbInfo,
                                          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,
                                          org.pentaho.di.core.database.DatabaseMeta dbInfo,
                                          String tableName,
                                          String schemaName)
    • Method Detail

      • open

        public Long open()