#include <userver/storages/postgres/io/pg_types.hpp>
Description of a field in a user-defined composite type, for type checking.
Definition at line 165 of file pg_types.hpp.
Static Public Member Functions | |
static CompositeFieldDef | EmptyDef () |
Public Attributes | |
Oid | owner {kInvalidOid} |
std::string | name |
Oid | type {kInvalidOid} |
|
inlinestatic |
Definition at line 170 of file pg_types.hpp.
std::string storages::postgres::CompositeFieldDef::name |
Definition at line 167 of file pg_types.hpp.
Oid storages::postgres::CompositeFieldDef::owner {kInvalidOid} |
Definition at line 166 of file pg_types.hpp.
Oid storages::postgres::CompositeFieldDef::type {kInvalidOid} |
Definition at line 168 of file pg_types.hpp.