PostgreSQL Source Code  git master
_PQprintOpt Struct Reference

#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
 

Detailed Description

Definition at line 212 of file libpq-fe.h.

Field Documentation

◆ align

pqbool _PQprintOpt::align

Definition at line 215 of file libpq-fe.h.

Referenced by do_field(), PQprint(), and printResultSet().

◆ caption

char* _PQprintOpt::caption

Definition at line 222 of file libpq-fe.h.

Referenced by PQprint().

◆ expanded

pqbool _PQprintOpt::expanded

Definition at line 218 of file libpq-fe.h.

Referenced by do_field(), and PQprint().

◆ fieldName

char** _PQprintOpt::fieldName

Definition at line 223 of file libpq-fe.h.

Referenced by PQprint().

◆ fieldSep

char* _PQprintOpt::fieldSep

Definition at line 220 of file libpq-fe.h.

Referenced by do_field(), do_header(), output_row(), PQprint(), and printResultSet().

◆ header

pqbool _PQprintOpt::header

Definition at line 214 of file libpq-fe.h.

Referenced by PQprint(), and printResultSet().

◆ html3

pqbool _PQprintOpt::html3

Definition at line 217 of file libpq-fe.h.

Referenced by do_field(), do_header(), output_row(), and PQprint().

◆ pager

pqbool _PQprintOpt::pager

Definition at line 219 of file libpq-fe.h.

Referenced by PQprint().

◆ standard

pqbool _PQprintOpt::standard

Definition at line 216 of file libpq-fe.h.

Referenced by do_header(), output_row(), and PQprint().

◆ tableOpt

char* _PQprintOpt::tableOpt

Definition at line 221 of file libpq-fe.h.

Referenced by PQprint().


The documentation for this struct was generated from the following file: