![]() |
MySQL 9.6.0
Source Code Documentation
|
#include "mysql/ranges/buffer_interface.h"#include "mysql/strconv/encode/out_str.h"#include "mysql/utils/return_status.h"#include "sql_string.h"Go to the source code of this file.
Classes | |
| class | Out_str_growable_mysql_string |
| Output string wrapper for String. More... | |
Functions | |
| auto | out_str_growable (String &str) |
| Return a new Output String Wrapper that wraps the given String. More... | |
|
inline |
Return a new Output String Wrapper that wraps the given String.
This enables passing (wrapped) String objects to mysql::strconv::encode.