|
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 313 of file libpq-fe.h.
| int pgresAttDesc::atttypmod |
Definition at line 321 of file libpq-fe.h.
Referenced by getRowDescriptions(), and PQfmod().
| int pgresAttDesc::columnid |
Definition at line 317 of file libpq-fe.h.
Referenced by getRowDescriptions(), and PQftablecol().
| int pgresAttDesc::format |
Definition at line 318 of file libpq-fe.h.
Referenced by getCopyStart(), getRowDescriptions(), PQfformat(), pqRowProcessor(), and PQsetResultAttrs().
| char* pgresAttDesc::name |
Definition at line 315 of file libpq-fe.h.
Referenced by getRowDescriptions(), PQfname(), PQfnumber(), and PQsetResultAttrs().
| Oid pgresAttDesc::tableid |
Definition at line 316 of file libpq-fe.h.
Referenced by getRowDescriptions(), and PQftable().
| Oid pgresAttDesc::typid |
Definition at line 319 of file libpq-fe.h.
Referenced by getRowDescriptions(), and PQftype().
| int pgresAttDesc::typlen |
Definition at line 320 of file libpq-fe.h.
Referenced by getRowDescriptions(), and PQfsize().