PostgreSQL Source Code git master
|
#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 246 of file libpq-fe.h.
pqbool _PQprintOpt::align |
Definition at line 249 of file libpq-fe.h.
Referenced by do_field(), PQprint(), and printResultSet().
char* _PQprintOpt::caption |
Definition at line 256 of file libpq-fe.h.
Referenced by PQprint().
pqbool _PQprintOpt::expanded |
Definition at line 252 of file libpq-fe.h.
Referenced by do_field(), and PQprint().
char** _PQprintOpt::fieldName |
Definition at line 257 of file libpq-fe.h.
Referenced by PQprint().
char* _PQprintOpt::fieldSep |
Definition at line 254 of file libpq-fe.h.
Referenced by do_field(), do_header(), output_row(), PQprint(), and printResultSet().
pqbool _PQprintOpt::header |
Definition at line 248 of file libpq-fe.h.
Referenced by PQprint(), and printResultSet().
pqbool _PQprintOpt::html3 |
Definition at line 251 of file libpq-fe.h.
Referenced by do_field(), do_header(), output_row(), and PQprint().
pqbool _PQprintOpt::pager |
Definition at line 253 of file libpq-fe.h.
Referenced by PQprint().
pqbool _PQprintOpt::standard |
Definition at line 250 of file libpq-fe.h.
Referenced by do_header(), output_row(), and PQprint().
char* _PQprintOpt::tableOpt |
Definition at line 255 of file libpq-fe.h.
Referenced by PQprint().