| My Project
   
    | 
#include <sql_get_diagnostics.h>
 
  
 | Public Member Functions | |
| Statement_information (List< Statement_information_item > *items) | |
| bool | aggregate (THD *thd, const Diagnostics_area *da) | 
Statement information.
| Statement_information::Statement_information | ( | List< Statement_information_item > * | items | ) |  [inline] | 
Constructor, used to represent the statement information of a GET DIAGNOSTICS statement.
| items | List of requested statement information items. | 
| bool Statement_information::aggregate | ( | THD * | thd, | 
| const Diagnostics_area * | da | ||
| ) |  [virtual] | 
Obtain statement information in the context of a diagnostics area.
Obtain statement information in the context of a given diagnostics area.
| thd | The current thread. | 
| da | The diagnostics area. | 
| false | on success. | 
| true | on error | 
Implements Diagnostics_information.
 1.7.6.1
 1.7.6.1