|
PostgreSQL Source Code git master
|
Data Fields | |
| enum FormatNodeType | type |
| char | character [MAX_MULTIBYTE_CHAR_LEN+1] |
| uint8 | suffix |
| const KeyWord * | key |
Definition at line 164 of file formatting.c.
| char FormatNode::character[MAX_MULTIBYTE_CHAR_LEN+1] |
Definition at line 167 of file formatting.c.
Referenced by DCH_from_char(), DCH_to_char(), is_next_separator(), NUM_processor(), and parse_format().
| const KeyWord* FormatNode::key |
Definition at line 170 of file formatting.c.
Referenced by DCH_datetime_type(), DCH_from_char(), DCH_to_char(), from_char_parse_int(), from_char_parse_int_len(), from_char_seq_search(), from_char_set_int(), is_next_separator(), NUM_processor(), NUMDesc_prepare(), and parse_format().
| uint8 FormatNode::suffix |
Definition at line 168 of file formatting.c.
Referenced by DCH_from_char(), DCH_to_char(), from_char_parse_int_len(), is_next_separator(), and parse_format().
| enum FormatNodeType FormatNode::type |
Definition at line 166 of file formatting.c.
Referenced by DCH_datetime_type(), DCH_from_char(), DCH_to_char(), is_next_separator(), NUM_processor(), NUMDesc_prepare(), and parse_format().