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

#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: