PcapPlusPlus  Next
pcpp::PostgresRowDescriptionMessage::PostgresColumnInfo Struct Reference

#include <PostgresLayer.h>

Public Attributes

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

Detailed Description

Represents metadata for a single column in a RowDescription message