public class CheckForBackupTables extends IntegrityCheck
IC_ALLREPAIRS, IC_CANCEL, IC_CHECK, IC_CHECKDONE, IC_NOTAPPLY, IC_REPAIR, IC_REPORT, IC_TENANT| Constructor and Description |
|---|
CheckForBackupTables(DatabaseInformation mdi,
ReportCollector ic) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
conditionsCheck()
Should this test be run?
This is for things like preMerlin or DB2 only checks.
|
MXException |
getTitle()
Returns an MXException that tells the user what is being checked now.
|
boolean |
prerequisitesCheck()
Can this test be run now?
This is for things like loading the meta data, or having valid data in the
MaxAttribute table.
|
doCheckpublic CheckForBackupTables(DatabaseInformation mdi, ReportCollector ic)
public boolean conditionsCheck()
throws java.sql.SQLException
IntegrityCheckconditionsCheck in class IntegrityCheckjava.sql.SQLExceptionpublic MXException getTitle()
IntegrityCheckgetTitle in class IntegrityCheckpublic boolean prerequisitesCheck()
IntegrityCheckprerequisitesCheck in class IntegrityCheck