userver: storages::postgres::CompositeFieldDef Struct Reference
Loading...
Searching...
No Matches
storages::postgres::CompositeFieldDef Struct Reference

#include <userver/storages/postgres/io/pg_types.hpp>

Detailed Description

Description of a field in a user-defined composite type, for type checking.

Definition at line 165 of file pg_types.hpp.

+ Collaboration diagram for storages::postgres::CompositeFieldDef:

Static Public Member Functions

static CompositeFieldDef EmptyDef ()
 

Public Attributes

Oid owner {kInvalidOid}
 
std::string name
 
Oid type {kInvalidOid}
 

Member Function Documentation

◆ EmptyDef()

static CompositeFieldDef storages::postgres::CompositeFieldDef::EmptyDef ( )
inlinestatic

Definition at line 170 of file pg_types.hpp.

Member Data Documentation

◆ name

std::string storages::postgres::CompositeFieldDef::name

Definition at line 167 of file pg_types.hpp.

◆ owner

Oid storages::postgres::CompositeFieldDef::owner {kInvalidOid}

Definition at line 166 of file pg_types.hpp.

◆ type

Oid storages::postgres::CompositeFieldDef::type {kInvalidOid}

Definition at line 168 of file pg_types.hpp.


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