PostgreSQL composite type has different count of members from the C++ counterpart. More...
#include <userver/storages/postgres/exceptions.hpp>
Public Member Functions | |
CompositeSizeMismatch (std::size_t pg_size, std::size_t cpp_size, std::string_view cpp_type) | |
PostgreSQL composite type has different count of members from the C++ counterpart.
Definition at line 775 of file exceptions.hpp.
|
inline |
Definition at line 777 of file exceptions.hpp.