Provides classes for Diagnose database wizard in JSvrmgr Tool - Diagnose a database step by step
Basic Classes
- CheckBasicSystemTable - before continuing with diagnose database wizard, a few system tables should be checked ok. (catalog basic, tablespace systablespace express, table system.systablespace and system.table)
- CheckRelatedTableSpace - check related tablespaces for the selected tables in previous step. ( RepairedTable )
- ChooseDataSource - choose database source to diagnose
- FinalPanel - if any repair operation is done, then this page will show and suggest user to check again.
- Iintroduction - Introduce page for diagnose database.
- ProcessPanel - an interface, define procStart() method
- RepairedTable - Choose tables to diagnose.
- RepairOptionsDlg - This dialog is the base of diagnose database wizard.
- RepairReport - show all the statement executed and the check/repair status.
- RepairStatus - check selected tables.
- RepairTableDialog - it is the dialog class for diagnose database.
- SelectedTableModel - a table model extends ColumnTableModel class in this wizard.