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