Github   Telegram
Loading...
Searching...
No Matches
Public Member Functions | List of all members
storages::postgres::CompositeMemberTypeMismatch Class Reference

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

#include <userver/storages/postgres/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)
 

Detailed Description

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

Definition at line 784 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ CompositeMemberTypeMismatch()

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

Definition at line 786 of file exceptions.hpp.


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