Github   Telegram
Loading...
Searching...
No Matches
Public Member Functions | List of all members
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 772 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 774 of file exceptions.hpp.


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