45
45
enum_field_types type() const { return DRIZZLE_TYPE_UUID; }
46
46
enum ha_base_keytype key_type() const { return HA_KEYTYPE_BINARY; }
47
47
bool zero_pack() const { return 0; }
52
52
int store(const char *to, uint32_t length, const CHARSET_INFO * const charset);
53
53
int store(int64_t nr, bool unsigned_val);