![]() |
MySQL 9.7.0
Source Code Documentation
|
Implement a st_mysql_value subclass, that retrieves the value of a system variable. More...
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 *) |
Implement a st_mysql_value subclass, that retrieves the value of a system variable.
|
inline |
|
inlinestatic |
|
private |