![]() |
MySQL 9.5.0
Source Code Documentation
|
#include <sstream>#include <string>#include <my_rapidjson_size_t.h>#include <rapidjson/document.h>#include "helper/json/rapid_json_iterator.h"#include "helper/json/rapid_json_to_text.h"#include "helper/to_string.h"#include "mrs/database/entry/field.h"#include "mrs/database/entry/object.h"#include "mysqlrouter/utils_sqlstring.h"Go to the source code of this file.
Namespaces | |
| namespace | helper |
| namespace | helper::json |
| namespace | helper::json::sql |
Functions | |
| template<typename Stream , typename Value > | |
| Stream & | helper::json::to_stream (Stream &stream, const rapidjson::Value &v, const Value &k_true, const Value &k_false) |
| mysqlrouter::sqlstring & | helper::json::sql::operator<< (mysqlrouter::sqlstring &sql, const rapidjson::Value &v) |
| mysqlrouter::sqlstring & | helper::json::sql::operator<< (mysqlrouter::sqlstring &sql, const std::pair< rapidjson::Value *, mrs::database::entry::ColumnType > &v) |