PostgreSQL Source Code
git master
|
Data Fields | |
uint8 | type |
char | character [MAX_MULTIBYTE_CHAR_LEN+1] |
uint8 | suffix |
const KeyWord * | key |
Definition at line 153 of file formatting.c.
char FormatNode::character[MAX_MULTIBYTE_CHAR_LEN+1] |
Definition at line 156 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 158 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 157 of file formatting.c.
Referenced by DCH_from_char(), DCH_to_char(), from_char_parse_int_len(), is_next_separator(), and parse_format().
uint8 FormatNode::type |
Definition at line 155 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().