437
437
String *val_str(String *str);
438
438
my_decimal *val_decimal(my_decimal *decimal_buffer);
439
439
/* fix_fields() binds variable name with its entry structure */
441
441
virtual void print(String *str, enum_query_type query_type);
442
442
void set_null_value(const CHARSET_INFO * const cs);
443
443
void set_value(const char *str, uint32_t length, const CHARSET_INFO * const cs);