MySQL 8.0.40
Source Code Documentation
|
Go to the source code of this file.
Functions | |
std::string | StringPrintf (const char *fmt,...) |
Like sprintf, but returns an std::string. More... | |
template<class T > | |
std::string | ItemsToString (const T &items) |
std::string | GenerateExpressionLabel (const RelationalExpression *expr) |
std::string GenerateExpressionLabel | ( | const RelationalExpression * | expr | ) |
std::string ItemsToString | ( | const T & | items | ) |
std::string StringPrintf | ( | const char * | fmt, |
... | |||
) |
Like sprintf, but returns an std::string.
This is not the most efficient of formatting functions, but it is only intended for debugging/tracing use.