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 180 of file libpq-fe.h.
pqbool _PQprintOpt::align |
Definition at line 183 of file libpq-fe.h.
Referenced by do_field(), and PQprint().
char* _PQprintOpt::caption |
Definition at line 190 of file libpq-fe.h.
Referenced by PQprint().
pqbool _PQprintOpt::expanded |
Definition at line 186 of file libpq-fe.h.
Referenced by do_field(), and PQprint().
char** _PQprintOpt::fieldName |
Definition at line 191 of file libpq-fe.h.
Referenced by PQprint().
char* _PQprintOpt::fieldSep |
Definition at line 188 of file libpq-fe.h.
Referenced by do_field(), do_header(), output_row(), and PQprint().
pqbool _PQprintOpt::header |
Definition at line 182 of file libpq-fe.h.
Referenced by PQprint().
pqbool _PQprintOpt::html3 |
Definition at line 185 of file libpq-fe.h.
Referenced by do_field(), do_header(), output_row(), and PQprint().
pqbool _PQprintOpt::pager |
Definition at line 187 of file libpq-fe.h.
Referenced by PQprint().
pqbool _PQprintOpt::standard |
Definition at line 184 of file libpq-fe.h.
Referenced by do_header(), output_row(), and PQprint().
char* _PQprintOpt::tableOpt |
Definition at line 189 of file libpq-fe.h.
Referenced by PQprint().