PostgreSQL Source Code: pgresAttDesc Struct Reference (original) (raw)

#include <[libpq-fe.h](libpq-fe%5F8h%5Fsource.html)>

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

Detailed Description

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

Field Documentation

atttypmod

int pgresAttDesc::atttypmod

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

Referenced by getRowDescriptions(), and PQfmod().

columnid

int pgresAttDesc::columnid

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

Referenced by getRowDescriptions(), and PQftablecol().

format

int pgresAttDesc::format

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

Referenced by getCopyStart(), getRowDescriptions(), PQfformat(), pqRowProcessor(), and PQsetResultAttrs().

name

char* pgresAttDesc::name

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

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

tableid

Oid pgresAttDesc::tableid

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

Referenced by getRowDescriptions(), and PQftable().

typid

Oid pgresAttDesc::typid

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

Referenced by getRowDescriptions(), and PQftype().

typlen

int pgresAttDesc::typlen

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

Referenced by getRowDescriptions(), and PQfsize().


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