![]() |
MySQL 9.5.0
Source Code Documentation
|
Typedefs | |
| using | ColumnType = mrs::database::entry::ColumnType |
Functions | |
| mysqlrouter::sqlstring & | operator<< (mysqlrouter::sqlstring &sql, const rapidjson::Value &v) |
| mysqlrouter::sqlstring & | operator<< (mysqlrouter::sqlstring &sql, const std::pair< rapidjson::Value *, mrs::database::entry::ColumnType > &v) |
| static bool | is_matching_type (rapidjson::Type json_type, ColumnType field_type) |
| mysqlrouter::sqlstring & | operator<< (mysqlrouter::sqlstring &sql, const std::pair< rapidjson::Value *, ColumnType > &pair) |
| using helper::json::sql::ColumnType = typedef mrs::database::entry::ColumnType |
|
static |
| 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 *, ColumnType > & | pair | ||
| ) |
| mysqlrouter::sqlstring & helper::json::sql::operator<< | ( | mysqlrouter::sqlstring & | sql, |
| const std::pair< rapidjson::Value *, mrs::database::entry::ColumnType > & | v | ||
| ) |