public class ZTriggerCheck extends IntegrityCheck
di, rc, vl
IC_ALLREPAIRS, IC_CANCEL, IC_CHECK, IC_CHECKDONE, IC_NOTAPPLY, IC_REPAIR, IC_REPORT, IC_TENANT
Constructor and Description |
---|
ZTriggerCheck(DatabaseInformation di,
ReportCollector rc)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
check()
Deprecated.
Override this to perform the check.
|
boolean |
conditionsCheck()
Deprecated.
Only applies to databases where MT is enabled.
|
MXException |
getTitle()
Deprecated.
Returns an MXException that tells the user what is being checked now.
|
boolean |
prerequisitesCheck()
Deprecated.
No prerequisites.
|
doCheck, reportProblem
public ZTriggerCheck(DatabaseInformation di, ReportCollector rc)
di
- reportCollector
- public MXException getTitle()
IntegrityCheck
getTitle
in class IntegrityCheck
public boolean conditionsCheck() throws java.sql.SQLException
conditionsCheck
in class IntegrityCheck
java.sql.SQLException
IntegrityCheck.conditionsCheck()
public boolean prerequisitesCheck()
prerequisitesCheck
in class IntegrityCheck
IntegrityCheck.prerequisitesCheck()
protected void check() throws java.lang.Exception
IntegrityCheck
check
in class IntegrityCheck
java.lang.Exception
Problems are reported to the report collector.