![]() |
MySQL 9.3.0
Source Code Documentation
|
#include <rapidjson/document.h>
#include <functional>
#include <optional>
#include <stdexcept>
#include <string>
#include <tuple>
#include <utility>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | mrs |
namespace | mrs::database |
namespace | mrs::database::dv |
Functions | |
JSONInputObject | mrs::database::dv::make_input_object (const JSONInputArray::ValueReference &ref, const std::string &table, const std::string &field="") |
JSONInputArray | mrs::database::dv::make_input_array (const JSONInputObject::MemberReference &ref, const std::string &table, const std::string &field="") |
JSONInputObject | mrs::database::dv::make_input_object (const JSONInputObject::MemberReference &ref, const std::string &table, const std::string &field="") |