userver: userver/storages/postgres/io/json_types.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
json_types.hpp File Reference

JSON I/O support. More...

#include <type_traits>
#include <userver/storages/postgres/exceptions.hpp>
#include <userver/storages/postgres/io/buffer_io_base.hpp>
#include <userver/storages/postgres/io/field_buffer.hpp>
#include <userver/storages/postgres/io/traits.hpp>
#include <userver/storages/postgres/io/type_mapping.hpp>
#include <userver/storages/postgres/io/type_traits.hpp>
#include <userver/storages/postgres/io/user_types.hpp>
#include <userver/formats/json.hpp>
#include <userver/utils/strong_typedef.hpp>
+ Include dependency graph for json_types.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  storages::postgres::io::traits::Input< formats::json::Value >
 
struct  storages::postgres::io::traits::Output< formats::json::Value >
 
struct  storages::postgres::io::traits::Output< PlainJson >
 
struct  storages::postgres::io::CppToSystemPg< formats::json::Value >
 
struct  storages::postgres::io::CppToSystemPg< PlainJson >
 

Namespaces

namespace  storages
 Components, clients and helpers for different databases and storages.
 
namespace  storages::postgres
 Top namespace for uPg driver.
 
namespace  storages::postgres::io
 uPg input-output.
 
namespace  storages::postgres::io::traits
 uPg input-output traits.
 

Typedefs

using storages::postgres::PlainJson = ::utils::StrongTypedef< struct PlainJsonTag, formats::json::Value, ::utils::StrongTypedefOps::kCompareTransparent >
 

Detailed Description

JSON I/O support.

Definition in file json_types.hpp.