PostgreSQL Source Code git master
Loading...
Searching...
No Matches
_PQprintOpt Struct Reference

#include <libpq-fe.h>

Data Fields

pqbool header
 
pqbool align
 
pqbool standard
 
pqbool html3
 
pqbool expanded
 
pqbool pager
 
charfieldSep
 
chartableOpt
 
charcaption
 
char ** fieldName
 

Detailed Description

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

Field Documentation

◆ align

pqbool _PQprintOpt::align

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

Referenced by printResultSet().

◆ caption

char* _PQprintOpt::caption

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

◆ expanded

pqbool _PQprintOpt::expanded

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

◆ fieldName

char** _PQprintOpt::fieldName

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

◆ fieldSep

char* _PQprintOpt::fieldSep

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

Referenced by printResultSet().

◆ header

pqbool _PQprintOpt::header

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

Referenced by printResultSet().

◆ html3

pqbool _PQprintOpt::html3

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

◆ pager

pqbool _PQprintOpt::pager

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

◆ standard

pqbool _PQprintOpt::standard

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

◆ tableOpt

char* _PQprintOpt::tableOpt

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


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