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 270 of file libpq-fe.h.

Field Documentation

◆ atttypmod

int pgresAttDesc::atttypmod

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

Referenced by getRowDescriptions(), and PQfmod().

◆ columnid

int pgresAttDesc::columnid

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

Referenced by getRowDescriptions(), and PQftablecol().

◆ format

int pgresAttDesc::format

◆ name

char* pgresAttDesc::name

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

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

◆ tableid

Oid pgresAttDesc::tableid

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

Referenced by getRowDescriptions(), and PQftable().

◆ typid

Oid pgresAttDesc::typid

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

Referenced by getRowDescriptions(), and PQftype().

◆ typlen

int pgresAttDesc::typlen

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

Referenced by getRowDescriptions(), and PQfsize().


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