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

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

Detailed Description

PostgreSQL composite type has different member type that the C++ mapping suggests.

Definition at line 748 of file exceptions.hpp.

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

Public Member Functions

 CompositeMemberTypeMismatch (std::string_view pg_type_schema, std::string_view pg_type_name, std::string_view field_name, Oid pg_oid, Oid user_oid)
 

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