PostgreSQL Source Code  git master
printTextFormat Struct Reference

#include <print.h>

Data Fields

const char * name
 
printTextLineFormat lrule [4]
 
const char * midvrule_nl
 
const char * midvrule_wrap
 
const char * midvrule_blank
 
const char * header_nl_left
 
const char * header_nl_right
 
const char * nl_left
 
const char * nl_right
 
const char * wrap_left
 
const char * wrap_right
 
bool wrap_right_border
 

Detailed Description

Definition at line 81 of file print.h.

Field Documentation

◆ header_nl_left

const char* printTextFormat::header_nl_left

Definition at line 89 of file print.h.

Referenced by refresh_utf8format().

◆ header_nl_right

const char* printTextFormat::header_nl_right

Definition at line 90 of file print.h.

Referenced by refresh_utf8format().

◆ lrule

printTextLineFormat printTextFormat::lrule[4]

Definition at line 85 of file print.h.

Referenced by print_aligned_vertical_line(), and refresh_utf8format().

◆ midvrule_blank

const char* printTextFormat::midvrule_blank

Definition at line 88 of file print.h.

Referenced by refresh_utf8format().

◆ midvrule_nl

const char* printTextFormat::midvrule_nl

Definition at line 86 of file print.h.

Referenced by refresh_utf8format().

◆ midvrule_wrap

const char* printTextFormat::midvrule_wrap

Definition at line 87 of file print.h.

Referenced by refresh_utf8format().

◆ name

const char* printTextFormat::name

Definition at line 84 of file print.h.

Referenced by printPsetInfo(), pset_value_string(), and refresh_utf8format().

◆ nl_left

const char* printTextFormat::nl_left

Definition at line 91 of file print.h.

Referenced by refresh_utf8format().

◆ nl_right

const char* printTextFormat::nl_right

Definition at line 92 of file print.h.

Referenced by refresh_utf8format().

◆ wrap_left

const char* printTextFormat::wrap_left

Definition at line 93 of file print.h.

Referenced by refresh_utf8format().

◆ wrap_right

const char* printTextFormat::wrap_right

Definition at line 94 of file print.h.

Referenced by refresh_utf8format().

◆ wrap_right_border

bool printTextFormat::wrap_right_border

Definition at line 95 of file print.h.

Referenced by refresh_utf8format().


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