#include <userver/storages/postgres/io/pg_types.hpp>
Description of a field in a user-defined composite type, for type checking.
Definition at line 146 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 151 of file pg_types.hpp.
std::string storages::postgres::CompositeFieldDef::name |
Definition at line 148 of file pg_types.hpp.
Oid storages::postgres::CompositeFieldDef::owner {kInvalidOid} |
Definition at line 147 of file pg_types.hpp.
Oid storages::postgres::CompositeFieldDef::type {kInvalidOid} |
Definition at line 149 of file pg_types.hpp.