PostgreSQL Source Code  git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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 293 of file libpq-fe.h.

Field Documentation

◆ atttypmod

int pgresAttDesc::atttypmod

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

Referenced by getRowDescriptions(), and PQfmod().

◆ columnid

int pgresAttDesc::columnid

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

Referenced by getRowDescriptions(), and PQftablecol().

◆ format

int pgresAttDesc::format

◆ name

char* pgresAttDesc::name

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

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

◆ tableid

Oid pgresAttDesc::tableid

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

Referenced by getRowDescriptions(), and PQftable().

◆ typid

Oid pgresAttDesc::typid

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

Referenced by getRowDescriptions(), and PQftype().

◆ typlen

int pgresAttDesc::typlen

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

Referenced by getRowDescriptions(), and PQfsize().


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