45
42
my_decimal *val_decimal(my_decimal *);
46
43
int save_in_field(Field *field, bool no_conversions);
47
44
int save_safe_in_field(Field *field);
49
46
enum Item_result result_type () const { return STRING_RESULT; }
50
47
enum_field_types field_type() const { return DRIZZLE_TYPE_NULL; }
51
48
bool basic_const_item() const { return 1; }