|
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 305 of file libpq-fe.h.
| int pgresAttDesc::atttypmod |
Definition at line 313 of file libpq-fe.h.
Referenced by getRowDescriptions(), and PQfmod().
| int pgresAttDesc::columnid |
Definition at line 309 of file libpq-fe.h.
Referenced by getRowDescriptions(), and PQftablecol().
| int pgresAttDesc::format |
Definition at line 310 of file libpq-fe.h.
Referenced by getCopyStart(), getRowDescriptions(), PQfformat(), pqRowProcessor(), and PQsetResultAttrs().
| char* pgresAttDesc::name |
Definition at line 307 of file libpq-fe.h.
Referenced by getRowDescriptions(), PQfname(), PQfnumber(), and PQsetResultAttrs().
| Oid pgresAttDesc::tableid |
Definition at line 308 of file libpq-fe.h.
Referenced by getRowDescriptions(), and PQftable().
| Oid pgresAttDesc::typid |
Definition at line 311 of file libpq-fe.h.
Referenced by getRowDescriptions(), and PQftype().
| int pgresAttDesc::typlen |
Definition at line 312 of file libpq-fe.h.
Referenced by getRowDescriptions(), and PQfsize().