userver: storages::postgres::CompositeSizeMismatch Class 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
storages::postgres::CompositeSizeMismatch Class Reference

PostgreSQL composite type has different count of members from the C++ counterpart. More...

#include <userver/storages/postgres/exceptions.hpp>

+ Inheritance diagram for storages::postgres::CompositeSizeMismatch:
+ Collaboration diagram for storages::postgres::CompositeSizeMismatch:

Public Member Functions

 CompositeSizeMismatch (std::size_t pg_size, std::size_t cpp_size, std::string_view cpp_type)
 

Detailed Description

PostgreSQL composite type has different count of members from the C++ counterpart.

Definition at line 775 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ CompositeSizeMismatch()

storages::postgres::CompositeSizeMismatch::CompositeSizeMismatch ( std::size_t  pg_size,
std::size_t  cpp_size,
std::string_view  cpp_type 
)
inline

Definition at line 777 of file exceptions.hpp.


The documentation for this class was generated from the following file: