32
32
const std::string &type(drizzled::Cast_target type);
34
34
const std::string &type(drizzled::enum_field_types type);
36
35
const std::string &type(bool type);
38
36
std::string hexdump(const unsigned char *str, size_t length);
40
38
} /* namespace display */