#include <userver/storages/postgres/row.hpp>
Public Member Functions | |
RowDescription (detail::ResultWrapperPtr res) | |
void | CheckBinaryFormat (const UserTypes &types) const |
|
inline |
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 |