MySQL 9.7.0
Source Code Documentation
telemetry::value_access Struct Reference

Implement a st_mysql_value subclass, that retrieves the value of a system variable. More...

Inheritance diagram for telemetry::value_access:
[legend]

Public Member Functions

 value_access (void *value_ptr)
 

Static Public Member Functions

static const char * val_str_func (st_mysql_value *v, char *, int *)
 

Private Attributes

void * m_value_ptr
 

Additional Inherited Members

- Public Attributes inherited from st_mysql_value
int(* value_type )(struct st_mysql_value *)
 
const char *(* val_str )(struct st_mysql_value *, char *buffer, int *length)
 
int(* val_real )(struct st_mysql_value *, double *realbuf)
 
int(* val_int )(struct st_mysql_value *, long long *intbuf)
 
int(* is_unsigned )(struct st_mysql_value *)
 

Detailed Description

Implement a st_mysql_value subclass, that retrieves the value of a system variable.

Constructor & Destructor Documentation

◆ value_access()

telemetry::value_access::value_access ( void *  value_ptr)
inline

Member Function Documentation

◆ val_str_func()

static const char * telemetry::value_access::val_str_func ( st_mysql_value v,
char *  ,
int *   
)
inlinestatic

Member Data Documentation

◆ m_value_ptr

void* telemetry::value_access::m_value_ptr
private

The documentation for this struct was generated from the following file: