#include <table.h>
 | 
| virtual void  | report_error (uint code, const char *fmt,...)=0 | 
|   | 
◆ Table_check_intact()
  
  
      
        
          | Table_check_intact::Table_check_intact  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ ~Table_check_intact()
  
  
      
        
          | virtual Table_check_intact::~Table_check_intact  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtualdefault   | 
  
 
 
◆ check()
Checks whether a table is intact. 
Should be done just after the table has been opened.
- Parameters
 - 
  
    | [in] | thd | Thread handle  | 
    | [in] | table | The table to check  | 
    | [in] | table_def | Expected structure of the table (column name and type) | 
  
   
- Return values
 - 
  
    | false | OK  | 
    | true | There was an error.  | 
  
   
 
 
◆ report_error()
  
  
      
        
          | virtual void Table_check_intact::report_error  | 
          ( | 
          uint  | 
          code,  | 
         
        
           | 
           | 
          const char *  | 
          fmt,  | 
         
        
           | 
           | 
            | 
          ...  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
protectedpure virtual   | 
  
 
 
◆ has_keys
  
  
      
        
          | bool Table_check_intact::has_keys | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following files: