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

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

Detailed Description

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

Definition at line 644 of file 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
 

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 647 of file exceptions.hpp.


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