![]()  | 
  
    MySQL 8.4.7
    
   Source Code Documentation 
   | 
 
A diagnostics information item. More...
#include <sql_get_diagnostics.h>
Public Member Functions | |
| bool | set_value (THD *thd, Item **value) | 
| Set a value for this item.  More... | |
Protected Member Functions | |
| Diagnostics_information_item (Item *target) | |
| Constructor, used to represent a diagnostics information item.  More... | |
| virtual | ~Diagnostics_information_item () | 
| Diagnostics_information_item objects are allocated in thd->mem_root.  More... | |
Private Attributes | |
| Item * | m_target | 
| The target variable that will receive the value of this item.  More... | |
A diagnostics information item.
Used to associate a specific diagnostics information item to a target variable.
      
  | 
  inlineprotected | 
Constructor, used to represent a diagnostics information item.
| target | A target that gets the value of this item. | 
      
  | 
  inlineprotectedvirtual | 
Diagnostics_information_item objects are allocated in thd->mem_root.
Do not rely on the destructor for any cleanup.
Set a value for this item.
| thd | The current thread. | 
| value | The obtained value. | 
| false | on success. | 
| true | on error. | 
      
  | 
  private | 
The target variable that will receive the value of this item.