#include <libpq-fe.h>
Data Fields | |
| pqbool | header |
| pqbool | align |
| pqbool | standard |
| pqbool | html3 |
| pqbool | expanded |
| pqbool | pager |
| char * | fieldSep |
| char * | tableOpt |
| char * | caption |
| char ** | fieldName |
Definition at line 166 of file libpq-fe.h.
Definition at line 169 of file libpq-fe.h.
Referenced by do_field(), and PQprint().
| char* _PQprintOpt::caption |
Definition at line 176 of file libpq-fe.h.
Referenced by PQprint().
Definition at line 172 of file libpq-fe.h.
Referenced by do_field(), and PQprint().
| char** _PQprintOpt::fieldName |
Definition at line 177 of file libpq-fe.h.
Referenced by PQprint().
| char* _PQprintOpt::fieldSep |
Definition at line 174 of file libpq-fe.h.
Referenced by do_field(), do_header(), output_row(), and PQprint().
Definition at line 168 of file libpq-fe.h.
Referenced by PQprint().
Definition at line 171 of file libpq-fe.h.
Referenced by do_field(), do_header(), output_row(), and PQprint().
Definition at line 173 of file libpq-fe.h.
Referenced by PQprint().
Definition at line 170 of file libpq-fe.h.
Referenced by do_header(), output_row(), and PQprint().
| char* _PQprintOpt::tableOpt |
Definition at line 175 of file libpq-fe.h.
Referenced by PQprint().
1.7.1