pg_async
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
tip::db::pg::error::value_is_null Class Reference

An attempt to extract a value from a null field was made. More...

#include <error.hpp>

Inheritance diagram for tip::db::pg::error::value_is_null:
Inheritance graph
[legend]
Collaboration diagram for tip::db::pg::error::value_is_null:
Collaboration graph
[legend]

Public Member Functions

 value_is_null (std::string const &field_name)
 
- Public Member Functions inherited from tip::db::pg::error::db_error
 db_error (std::string const &what_arg)
 
 db_error (char const *what_arg)
 
 db_error (std::string const &message, std::string severity, std::string code, std::string detail)
 

Additional Inherited Members

- Public Attributes inherited from tip::db::pg::error::db_error
std::string severity
 
std::string code
 
std::string detail
 
sqlstate::code sqlstate
 

Detailed Description

An attempt to extract a value from a null field was made.

Definition at line 76 of file error.hpp.

Constructor & Destructor Documentation

tip::db::pg::error::value_is_null::value_is_null ( std::string const &  field_name)
explicit

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