PostgreSQL Source Code
git master
|
#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 |
const char* printTextFormat::header_nl_left |
Definition at line 89 of file print.h.
Referenced by refresh_utf8format().
const char* printTextFormat::header_nl_right |
Definition at line 90 of file print.h.
Referenced by refresh_utf8format().
printTextLineFormat printTextFormat::lrule[4] |
Definition at line 85 of file print.h.
Referenced by print_aligned_vertical_line(), and refresh_utf8format().
const char* printTextFormat::midvrule_blank |
Definition at line 88 of file print.h.
Referenced by refresh_utf8format().
const char* printTextFormat::midvrule_nl |
Definition at line 86 of file print.h.
Referenced by refresh_utf8format().
const char* printTextFormat::midvrule_wrap |
Definition at line 87 of file print.h.
Referenced by refresh_utf8format().
const char* printTextFormat::name |
Definition at line 84 of file print.h.
Referenced by printPsetInfo(), pset_value_string(), and refresh_utf8format().
const char* printTextFormat::nl_left |
Definition at line 91 of file print.h.
Referenced by refresh_utf8format().
const char* printTextFormat::nl_right |
Definition at line 92 of file print.h.
Referenced by refresh_utf8format().
const char* printTextFormat::wrap_left |
Definition at line 93 of file print.h.
Referenced by refresh_utf8format().
const char* printTextFormat::wrap_right |
Definition at line 94 of file print.h.
Referenced by refresh_utf8format().
bool printTextFormat::wrap_right_border |
Definition at line 95 of file print.h.
Referenced by refresh_utf8format().