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 203 of file libpq-fe.h.
pqbool _PQprintOpt::align |
Definition at line 206 of file libpq-fe.h.
Referenced by do_field(), PQprint(), and printResultSet().
char* _PQprintOpt::caption |
Definition at line 213 of file libpq-fe.h.
Referenced by PQprint().
pqbool _PQprintOpt::expanded |
Definition at line 209 of file libpq-fe.h.
Referenced by do_field(), and PQprint().
char** _PQprintOpt::fieldName |
Definition at line 214 of file libpq-fe.h.
Referenced by PQprint().
char* _PQprintOpt::fieldSep |
Definition at line 211 of file libpq-fe.h.
Referenced by do_field(), do_header(), output_row(), PQprint(), and printResultSet().
pqbool _PQprintOpt::header |
Definition at line 205 of file libpq-fe.h.
Referenced by PQprint(), and printResultSet().
pqbool _PQprintOpt::html3 |
Definition at line 208 of file libpq-fe.h.
Referenced by do_field(), do_header(), output_row(), and PQprint().
pqbool _PQprintOpt::pager |
Definition at line 210 of file libpq-fe.h.
Referenced by PQprint().
pqbool _PQprintOpt::standard |
Definition at line 207 of file libpq-fe.h.
Referenced by do_header(), output_row(), and PQprint().
char* _PQprintOpt::tableOpt |
Definition at line 212 of file libpq-fe.h.
Referenced by PQprint().