59
56
enum_field_types type() const { return DRIZZLE_TYPE_DATE;}
60
57
enum_field_types real_type() const { return DRIZZLE_TYPE_DATE; }
62
59
enum Item_result cmp_type () const { return INT_RESULT; }
63
60
int store(const char *to,uint32_t length,
64
61
const CHARSET_INFO * const charset);
66
63
int store(int64_t nr, bool unsigned_val);
67
64
int store_time(DRIZZLE_TIME *ltime, enum enum_drizzle_timestamp_type type);
71
68
String *val_str(String*,String *);
72
69
int cmp(const unsigned char *,const unsigned char *);
73
70
void sort_string(unsigned char *buff,uint32_t length);
75
72
void sql_type(String &str) const;
76
73
bool can_be_compared_as_int64_t() const { return true; }
77
74
bool zero_pack() const { return 1; }