public class CheckTextSearchTables extends CheckTenantData
currentTenantdi, rc, vlIC_ALLREPAIRS, IC_CANCEL, IC_CHECK, IC_CHECKDONE, IC_NOTAPPLY, IC_REPAIR, IC_REPORT, IC_TENANT| Constructor and Description | 
|---|
| CheckTextSearchTables(DatabaseInformation mdi,
                     ReportCollector ic,
                     ValidateLogger vl)Constructor | 
| Modifier and Type | Method and Description | 
|---|---|
| void | checkPerConnection(java.sql.Connection dc,
                  ValidateLogger vl)Perform the check. | 
| boolean | conditionsCheck()Post-Merlin check. | 
| 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. | 
check, getTenantClause, getTenantClause, reportProblemdoCheckpublic CheckTextSearchTables(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
mdi - ic - vl - public void checkPerConnection(java.sql.Connection dc,
                               ValidateLogger vl)
                        throws java.lang.Exception
CheckTenantDatacheckPerConnection in class CheckTenantDatajava.lang.Exceptionpublic MXException getTitle()
IntegrityCheckgetTitle in class IntegrityCheckpublic boolean conditionsCheck()
                        throws java.sql.SQLException
conditionsCheck in class IntegrityCheckjava.sql.SQLExceptionIntegrityCheck.conditionsCheck()public boolean prerequisitesCheck()
IntegrityCheckprerequisitesCheck in class IntegrityCheck