public class ZTriggerCheck extends IntegrityCheck
di, rc, vlIC_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, reportProblempublic ZTriggerCheck(DatabaseInformation di, ReportCollector rc)
di - reportCollector - public MXException getTitle()
IntegrityCheckgetTitle in class IntegrityCheckpublic boolean conditionsCheck()
throws java.sql.SQLException
conditionsCheck in class IntegrityCheckjava.sql.SQLExceptionIntegrityCheck.conditionsCheck()public boolean prerequisitesCheck()
prerequisitesCheck in class IntegrityCheckIntegrityCheck.prerequisitesCheck()protected void check()
throws java.lang.Exception
IntegrityCheckcheck in class IntegrityCheckjava.lang.ExceptionProblems are reported to the report collector.