42
39
int save_in_field(Field *to, bool no_conversions);
43
40
String *val_str(String *str);
44
41
void fix_length_and_dec();
55
42
bool get_date(DRIZZLE_TIME *res, uint32_t fuzzy_date);
56
43
virtual void store_now_in_TIME(DRIZZLE_TIME *now_time)=0;
57
44
bool check_vcol_func_processor(unsigned char *)