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.
    • 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()