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

#include <print.h>

Data Fields

printTableOpt topt
 
charnullPrint
 
chartruePrint
 
charfalsePrint
 
chartitle
 
char ** footers
 
bool translate_header
 
const booltranslate_columns
 
int n_translate_columns
 

Detailed Description

Definition at line 183 of file print.h.

Field Documentation

◆ falsePrint

char* printQueryOpt::falsePrint

Definition at line 188 of file print.h.

Referenced by do_pset(), printPsetInfo(), printQuery(), and pset_value_string().

◆ footers

char** printQueryOpt::footers

Definition at line 190 of file print.h.

Referenced by printQuery(), restorePsetInfo(), and savePsetInfo().

◆ n_translate_columns

int printQueryOpt::n_translate_columns

Definition at line 194 of file print.h.

Referenced by printQuery().

◆ nullPrint

char* printQueryOpt::nullPrint

◆ title

char* printQueryOpt::title

◆ topt

◆ translate_columns

const bool* printQueryOpt::translate_columns

Definition at line 192 of file print.h.

Referenced by printQuery(), restorePsetInfo(), and savePsetInfo().

◆ translate_header

bool printQueryOpt::translate_header

Definition at line 191 of file print.h.

Referenced by printQuery().

◆ truePrint

char* printQueryOpt::truePrint

Definition at line 187 of file print.h.

Referenced by do_pset(), printPsetInfo(), printQuery(), and pset_value_string().


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