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 235 of file libpq-fe.h.
pqbool _PQprintOpt::align |
Definition at line 238 of file libpq-fe.h.
Referenced by do_field(), PQprint(), and printResultSet().
char* _PQprintOpt::caption |
Definition at line 245 of file libpq-fe.h.
Referenced by PQprint().
pqbool _PQprintOpt::expanded |
Definition at line 241 of file libpq-fe.h.
Referenced by do_field(), and PQprint().
char** _PQprintOpt::fieldName |
Definition at line 246 of file libpq-fe.h.
Referenced by PQprint().
char* _PQprintOpt::fieldSep |
Definition at line 243 of file libpq-fe.h.
Referenced by do_field(), do_header(), output_row(), PQprint(), and printResultSet().
pqbool _PQprintOpt::header |
Definition at line 237 of file libpq-fe.h.
Referenced by PQprint(), and printResultSet().
pqbool _PQprintOpt::html3 |
Definition at line 240 of file libpq-fe.h.
Referenced by do_field(), do_header(), output_row(), and PQprint().
pqbool _PQprintOpt::pager |
Definition at line 242 of file libpq-fe.h.
Referenced by PQprint().
pqbool _PQprintOpt::standard |
Definition at line 239 of file libpq-fe.h.
Referenced by do_header(), output_row(), and PQprint().
char* _PQprintOpt::tableOpt |
Definition at line 244 of file libpq-fe.h.
Referenced by PQprint().