MySQL 9.1.0
Source Code Documentation
|
#include <sql_plugin_var.h>
Public Attributes | |
Item * | item |
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 *) |
Item* st_item_value_holder::item |