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