PostgreSQL Source Code
git master
|
#include <libpq-fe.h>
Data Fields | |
char * | name |
Oid | tableid |
int | columnid |
int | format |
Oid | typid |
int | typlen |
int | atttypmod |
Definition at line 293 of file libpq-fe.h.
int pgresAttDesc::atttypmod |
Definition at line 301 of file libpq-fe.h.
Referenced by getRowDescriptions(), and PQfmod().
int pgresAttDesc::columnid |
Definition at line 297 of file libpq-fe.h.
Referenced by getRowDescriptions(), and PQftablecol().
int pgresAttDesc::format |
Definition at line 298 of file libpq-fe.h.
Referenced by getCopyStart(), getRowDescriptions(), PQfformat(), pqRowProcessor(), and PQsetResultAttrs().
char* pgresAttDesc::name |
Definition at line 295 of file libpq-fe.h.
Referenced by getRowDescriptions(), PQfname(), PQfnumber(), and PQsetResultAttrs().
Oid pgresAttDesc::tableid |
Definition at line 296 of file libpq-fe.h.
Referenced by getRowDescriptions(), and PQftable().
Oid pgresAttDesc::typid |
Definition at line 299 of file libpq-fe.h.
Referenced by getRowDescriptions(), and PQftype().
int pgresAttDesc::typlen |
Definition at line 300 of file libpq-fe.h.
Referenced by getRowDescriptions(), and PQfsize().