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