PcapPlusPlus  Next
pcpp::PostgresRowDescriptionMessage::PostgresColumnInfo Struct Reference

#include <PostgresLayer.h>

Public Attributes

std::string name
 Column name.
 
uint32_t tableOID = 0
 Table OID (0 if not from a table column)
 
uint16_t columnIndex = 0
 Column index within the table.
 
uint32_t typeOID = 0
 Data type OID.
 
int16_t typeSize = 0
 Type size (-1 for variable length)
 
int32_t typeModifier = -1
 Type modifier (-1 if none)
 
PostgresColumnFormat format = PostgresColumnFormat::Unknown
 Format.
 

Detailed Description

Represents metadata for a single column in a RowDescription message