|
PostgreSQL Source Code git master
|
Data Fields | |
| unicodeStyleRowFormat | row_style [2] |
| unicodeStyleColumnFormat | column_style [2] |
| unicodeStyleBorderFormat | border_style [2] |
| 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 |
| unicodeStyleBorderFormat unicodeStyleFormat::border_style[2] |
Definition at line 135 of file print.c.
Referenced by refresh_utf8format().
| unicodeStyleColumnFormat unicodeStyleFormat::column_style[2] |
Definition at line 134 of file print.c.
Referenced by refresh_utf8format().
| const char* unicodeStyleFormat::header_nl_left |
Definition at line 136 of file print.c.
Referenced by refresh_utf8format().
| const char* unicodeStyleFormat::header_nl_right |
Definition at line 137 of file print.c.
Referenced by refresh_utf8format().
| const char* unicodeStyleFormat::nl_left |
Definition at line 138 of file print.c.
Referenced by refresh_utf8format().
| const char* unicodeStyleFormat::nl_right |
Definition at line 139 of file print.c.
Referenced by refresh_utf8format().
| unicodeStyleRowFormat unicodeStyleFormat::row_style[2] |
Definition at line 133 of file print.c.
Referenced by refresh_utf8format().
| const char* unicodeStyleFormat::wrap_left |
Definition at line 140 of file print.c.
Referenced by refresh_utf8format().
| const char* unicodeStyleFormat::wrap_right |
Definition at line 141 of file print.c.
Referenced by refresh_utf8format().
| bool unicodeStyleFormat::wrap_right_border |
Definition at line 142 of file print.c.
Referenced by refresh_utf8format().