userver: storages::postgres::CompositeSizeMismatch Class Reference
Loading...
Searching...
No Matches
storages::postgres::CompositeSizeMismatch Class Reference

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

Detailed Description

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

Definition at line 740 of file 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)
 

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