66
66
int store(int64_t nr, bool unsigned_val);
67
67
int store_time(type::Time <ime, type::timestamp_t type);
68
68
int reset(void) { ptr[0]=ptr[1]=ptr[2]=ptr[3]=0; return 0; }
72
72
int cmp(const unsigned char *,const unsigned char *);
73
73
void sort_string(unsigned char *buff,uint32_t length);
74
74
uint32_t pack_length() const { return 4; }
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; }
82
82
} /* namespace drizzled */