45
41
String *val_str(String *str);
47
43
int save_in_field(Field *field, bool no_conversions);
48
44
int save_safe_in_field(Field *field);
50
46
enum Item_result result_type () const { return STRING_RESULT; }
51
47
enum_field_types field_type() const { return DRIZZLE_TYPE_NULL; }
52
48
bool basic_const_item() const { return 1; }