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

Data extraction from a null field value to a non-nullable type requested. More...

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

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

Public Member Functions

template<typename T >
 FieldValueIsNull (std::size_t field_index, std::string_view field_name, const T &)
 
- 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

Data extraction from a null field value to a non-nullable type requested.

Definition at line 652 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ FieldValueIsNull()

template<typename T >
storages::postgres::FieldValueIsNull::FieldValueIsNull ( std::size_t  field_index,
std::string_view  field_name,
const T &   
)
inline

Definition at line 655 of file exceptions.hpp.


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