#include <userver/storages/postgres/result_set.hpp>
A wrapper for PGresult to access field descriptions.
Definition at line 210 of file result_set.hpp.
Public Member Functions | |
| RowDescription (detail::ResultWrapperPtr res) | |
| void | CheckBinaryFormat (const UserTypes &types) const | 
      
  | 
  inline | 
Definition at line 212 of file result_set.hpp.
| void storages::postgres::RowDescription::CheckBinaryFormat | ( | const UserTypes & | types | ) | const | 
Check that all fields can be read in binary format
| NoBinaryParser | if any of the fields doesn't have a binary parser |