PostgreSQL Source Code  git master
pgresAttDesc Struct Reference

#include <libpq-fe.h>

Data Fields

char * name
 
Oid tableid
 
int columnid
 
int format
 
Oid typid
 
int typlen
 
int atttypmod
 

Detailed Description

Definition at line 261 of file libpq-fe.h.

Field Documentation

◆ atttypmod

int pgresAttDesc::atttypmod

Definition at line 269 of file libpq-fe.h.

Referenced by getRowDescriptions(), and PQfmod().

◆ columnid

int pgresAttDesc::columnid

Definition at line 265 of file libpq-fe.h.

Referenced by getRowDescriptions(), and PQftablecol().

◆ format

int pgresAttDesc::format

◆ name

char* pgresAttDesc::name

Definition at line 263 of file libpq-fe.h.

Referenced by getRowDescriptions(), PQfname(), PQfnumber(), and PQsetResultAttrs().

◆ tableid

Oid pgresAttDesc::tableid

Definition at line 264 of file libpq-fe.h.

Referenced by getRowDescriptions(), and PQftable().

◆ typid

Oid pgresAttDesc::typid

Definition at line 267 of file libpq-fe.h.

Referenced by getRowDescriptions(), and PQftype().

◆ typlen

int pgresAttDesc::typlen

Definition at line 268 of file libpq-fe.h.

Referenced by getRowDescriptions(), and PQfsize().


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