diagnostics area.  
 More...
#include <sql_exec_context.h>
diagnostics area. 
- warnings, errors and notes.
 
used by:
- SHOW WARNINGS
 
- SHOW ERRORS
 
- SHOW COUNT(*) WARNINGS
 
- SHOW COUNT(*) ERRORS
 
- SELECT @warning_count
 
- SELECT @error_count 
 
 
◆ warnings() [1/2]
  
  
      
        
          | std::vector< Warning > & ExecutionContext::DiagnosticsArea::warnings  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ warnings() [2/2]
  
  
      
        
          | const std::vector< Warning > & ExecutionContext::DiagnosticsArea::warnings  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ warnings_
  
  
      
        
          | std::vector<Warning> ExecutionContext::DiagnosticsArea::warnings_ | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: