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

A row or result set requested to be treated as a single column, but contains more than one column. More...

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

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

Public Member Functions

 NonSingleColumnResultSet (std::size_t actual_size, const std::string &type_name, const std::string &func)
 
- Public Member Functions inherited from storages::postgres::ResultSetError
 ResultSetError (std::string msg)
 
void AddMsgSuffix (std::string_view str)
 
const char * what () const noexcept override
 

Detailed Description

A row or result set requested to be treated as a single column, but contains more than one column.

Definition at line 732 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ NonSingleColumnResultSet()

storages::postgres::NonSingleColumnResultSet::NonSingleColumnResultSet ( std::size_t  actual_size,
const std::string &  type_name,
const std::string &  func 
)
inline

Definition at line 734 of file exceptions.hpp.


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