PostgreSQL Source Code
git master
|
Data Fields | |
const char * | name |
int | len |
int | id |
bool | is_digit |
FromCharDateMode | date_mode |
Definition at line 144 of file formatting.c.
FromCharDateMode KeyWord::date_mode |
Definition at line 150 of file formatting.c.
Referenced by DCH_from_char().
int KeyWord::id |
Definition at line 148 of file formatting.c.
Referenced by DCH_datetime_type(), DCH_from_char(), DCH_to_char(), NUM_processor(), and NUMDesc_prepare().
bool KeyWord::is_digit |
Definition at line 149 of file formatting.c.
Referenced by is_next_separator().
int KeyWord::len |
Definition at line 147 of file formatting.c.
Referenced by DCH_to_char(), from_char_parse_int(), index_seq_search(), and parse_format().
const char* KeyWord::name |
Definition at line 146 of file formatting.c.
Referenced by DCH_from_char(), from_char_parse_int_len(), from_char_seq_search(), from_char_set_int(), and index_seq_search().